Documentation and Examples on Server-Side Scripting
Thanks Ben. My question is located here. I don't know if I worded that well enough not to confuse but hopefully you will understand what I am trying to achieve. LINK HERE But to simplify it a little...
View ArticleHaving trouble connecting existing mySQL database to Dreamfactory
First, make sure that the bolded words here are set for your service (under the Config tab): Driver: MySQLConnection String (DSN):...
View ArticleHow to create users while registering with different roles via API?
@juniorconte, I see how it works for you. You had the default role set not just for open registration but also for the APPs to public. In my case I had it set for open registration only. I had no...
View ArticleUsers cannot access file manager app
Hi @Charles_Guerin,In your role, add access do "system/service/" like this: system-files.png1006x194 6.04 KB I realized this when checking the route error in my Chrome dev tools
View ArticleDreamfactory users cannot access file manager app
See http://community.dreamfactory.com/t/users-cannot-access-file-manager-app/2226/2
View ArticleDocumentation and Examples on Server-Side Scripting
Same answer here will apply to 2.x as well. There is no direct way to apply child table scripts to parent table queries, reason being is because related queries don't trigger an event for child...
View ArticleDocumentation and Examples on Server-Side Scripting
Thanks for your response. Do you have any idea how I might do that. I am unsure how to loop through those having tried things such as var filter_data = {"filter": "blahblah"}; var REQUEST =...
View ArticleOn mongodb api "getRecords()", can i get meta data count as the only response?
I will give it a try mlucas thanks!
View ArticleOn mongodb api "getRecords()", can i get meta data count as the only response?
hi allmy post will maybe be ridiculous, because i've maybe misunderstood,but as you wil get a json as a result (called response for example) response.lenght will be your count jb
View ArticleDocumentation and Examples on Server-Side Scripting
Ok thanks guys I solved this eventually. if (event.response.record) { _.each(event.response.record, function (record, index, list) { _.each(record.wp_postmetas_by_post_id, function (record, index,...
View ArticleDisplay items based on child data or modify data based on child data
Solved on the following thread. community.dreamfactory.com Documentation and Examples on Server-Side Scripting Thanks Ben. My question is located here. I don't know if I worded that well enough not to...
View ArticleHow to create users while registering with different roles via API?
@juniorconte 's way is also not working for me. All the users are getting defaulted to public role. The bug I have observed is platform.session.user is not available during the post process....
View ArticleHow to create users while registering with different roles via API?
@ramnew2006 I believe has missed define the role of the user registration as the role standard App. aislam: You had the default role set not just for open registration but also for the APPs to public....
View ArticleHow to create users while registering with different roles via API?
@juniorconte I have added the public role to both user registration as well as the Apps default role.
View ArticleHow to create users while registering with different roles via API?
@ramnew2006 which dreamfactory version you are using on?
View ArticleHow to create users while registering with different roles via API?
2.1 Pasted image1600x900 84.2 KB
View ArticleHow to create users while registering with different roles via API?
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View Article2.1.0.4 AWS Bintanami Instance API Docs showing session info
Hi, just installed AWS Bitnami build for DF 2.1.0.4. bitnami-dreamfactory-2.1.0-4-linux-ubuntu-14.04.3-x86_64-hvm-ebs (ami-a0caffca) The API Docs tab now is showing IP, API Key, and session token...
View ArticleHow to create users while registering with different roles via API?
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleHow to create users while registering with different roles via API?
@ramnew2006, just to make sure are you setting login parameter to true when registering the user? api/v2/user/register?login=true
View Article