How do I get a user's id
In version 1.92, the user registration api returned the new user's profile, including the user id from the df_sys_user table. In version 2.0, how do I get the user's id? Each user needs to know their...
View ArticleGet User's assigned Roles
EDIT: I forgot to make the call to the system/user/{id} method rather than system/user, when I changed the URL to the appropriate method the call succeeded. Hello again, apologies but I'm having...
View ArticleServer-side filter returns SQL error when using "contains" or "starts with"...
Hi! I'm trying to configure a server side filter in a Role but it only works for some operations (namely =, !=, <, >, <=, >=, is null, is not null). If I select any other operations (i.e....
View ArticleDreamfactory 2.0.3 / admin application version 2.0.6 gmail error
Thanks. I will investigate.
View ArticleDreamfactory 2.0.3 / admin application version 2.0.6 gmail error
Confirmed this bug. Filing a report. FYI, this error @screenivas is reporting only exists in 2.0.4. The original error reported in this thread has not been duplicated.
View ArticleCreate an user session (login)
Hi, I have a Custom Scriping Service and im trying to create an user session, the script is: var my_payload = {"email":"my@email.com", "password":"mypassword", "duration":"0" }; var result =...
View ArticleCan scripts such as jquery be placed in the files part of DF?
Just a little confused by scripting. Within the Scripts Menu can we not simply refer to our custom Scripts within Files and include them by referring to the path to the files? GitHub and elsewhere say...
View ArticleTable does not exist in database
Hello @drewpearceThank you for this release. It works fine now and solved the issue of database tables.However, this version is not compatible with Google Chrome. I was able to run it correctly with...
View ArticleDB Function in Schema -> Table -> Field?
How do you go about defining the virtual field?ThanksRajiv
View ArticleVirtual Primary and Foreign keys?
Ben -- How do you go about setting the Virtual Field. example -- if you are setting vcol1=SUM(payamt). Where do you specify this? Rajiv
View ArticleUpdating Dreamfactroy 2.0.2 to 2.0.4
Are there instructions for updating from 2.0.2 to 2.0.4. Using Ubuntu. I used GitHub to install 2.0.2. Any help or instructions will be greatly appreciated.
View ArticleCreate an user session (login)
I tried to reproduce the error and the same occurs here. In my opinion your code is correct and I couldn't find a way to make it work. But here are my two cents: are you sure you want to authenticate...
View ArticleUpdating Dreamfactroy 2.0.2 to 2.0.4
Here you'll find instructions to upgrade to the latest version: http://wiki.dreamfactory.com/DreamFactory/Installation Probably you'll have to do this: $ git stash$ git checkout master$ git pull...
View ArticleUnable to using OCI8 Oracle connection - (Bitnami Windows Installer)
Hi all, i have the problem that i get an error if i will activate the OCI8 extension in php.ini Error message:"PHP Warning: PHP Startup: oci8: Unable to initialize module\nModule compiled with build...
View ArticleUnable to using OCI8 Oracle connection - (Bitnami Windows Installer)
This is a known issue. The 2.0.3 and 2.0.4 Bitnami builds for Windows had PHP compiled with the wrong version of Visual C++. We're working to get this corrected. If you don't have a need for V8JS...
View ArticleDreamfactory 2.0.3 / admin application version 2.0.6 gmail error
@Drewcan you please help me with this issue ??? community.dreamfactory.com Caching in Custom Scripting Service I have some query regarding caching in Custom Scripting service. I had created a custom...
View ArticleTable does not exist in database
new topic would be best. can you include details about operating system and version and browser version?
View ArticleUpdating Dreamfactroy 2.0.2 to 2.0.4
Thank you for your quick response. Let me try that.
View ArticleCreate an user session (login)
@Elvis_Fernandes thanks for answering. I want to provide some mockdata to a working APP, so the response must match. I wouldn't need to use authentication in the script, if I can change the endpoint...
View ArticleCreate an user session (login)
Sure you can change the response from any request! Just use the Scripts option to do that. This is an example you can see by clicking the "View Samples" button under Scripts tab: //******************...
View Article