Creating records using related data and obtaining their primary keys?
//Planned? Perhaps something here to get the related table id's back var stockUpdateParams = { resource: stock, ids: 'id', } //Currently just sending the object to be updated like this (stock =...
View ArticleGet User's assigned Roles
I'm building an application that will present a different structure to the user depending on the Role they have been assigned. Users belonging to one role will also be allowed to create other users...
View ArticleDocker Dreamfactory image: latest not the latest one
Hello, I'm currently evaluating Dreamfactory running as a Docker container and I've discovered that the "latest" tag when you pull the image from the Docker Hub doesn't correspond apparently to the...
View ArticleExporting DSP Applications
I have Created an Dsp Application in my local host and I tried to Export the same to other Server. I have Included all the Schema's and Services During Export.. But when I tried to export I get the...
View ArticleCustom resource-path
Are you using the standard customer scripting service and are you using DF2.0? I don't understand what you mean with: > running at "...api/v2/clients/, or do you mean your custom server script is...
View ArticleUnable to see new mongodb collections
hi therehere if my configDF 2.0.1 from bitnamia separate server with Mongodb 3.0.5some collections on the mongodb database with Dreamfactory API DOCS i can see the collection (table ) but if i create...
View ArticleUnable to see new mongodb collections
** update ** you need to FLUSH SYTEM WIDE CACHE under config/cache to see newly created collections (tables) jeebee.
View ArticleService Definition configuration
@mattschaer I upgraded to 2.0.4, now im able to save. But, how can i manage these different resources/operations of the service? for example: If i had a Service "calculator" and created some...
View ArticleDreamfactory 2.0.3 / admin application version 2.0.6 gmail error
Hi Rusher. I just tested smtp on a 2.0.3 install and did not have any trouble with smtp.gmail.comPerhaps you should try pinging from your DF server to smtp.gmail.com to see if the route is open.If...
View ArticleExporting DSP Applications
Check your dreamfactory log for more detailed information about why the import failed.
View ArticleDocker Dreamfactory image: latest not the latest one
What is the precise name of the container you're pulling from docker hub?
View ArticleGet User's assigned Roles
If your user has valid session, performing a GET on user/session will show you the role the user has for that application (this will obviously vary depending on which API key is used to make the...
View ArticleWhere can I find information about minor release
Where can I find information about minor release and what is the easiest way to upgrade my platform to a newer release? for example i'm on 2.0.1, but believe latest version is 2.0.4.
View ArticleCustom resource-path
Hi @mrjohny, Yes, i using a Custom Scripting Service, DF2.0.4, and yes, the service is called "clients" I want to have different resources/operations in this service, for example:...
View ArticleWhere can I find information about minor release
@mrjohny have you visited the DreamFactory wiki here: http://wiki.dreamfactory.com/DreamFactory/Installation ? The DreamFactory GitHub page is also a great place to check current or recent...
View ArticleCustom resource-path
OK, i'm not running the latest version myself, so that is probably what caused a bit of confusion , so i'm not sure if my answer is really going to help. I think the simple answer is: yes, it should...
View ArticleWhere can I find information about minor release
Thanks, that helps. I was searching on Github, but couldn't find it in one of the readme files. Upgrading i will try one day. For the versions, some are talking about 2.0.4, while the github readme...
View ArticleWhere can I find information about minor release
2.x release notes are also on the wiki here http://wiki.dreamfactory.com/DreamFactory/Release_Notes.
View ArticleExporting DSP Applications
ok fine... I also have one more Query regarding Upgrades... Does pulling latest codebase using GIT do the complete upgrade ?? Does it make any difference if I Completly Un-Install and Install the new...
View ArticleInstalling DreamFactory on my public cloud
@ishtiyaq please view the documentation here for the different installation options as well as guidance for deploying DreamFactory: http://wiki.dreamfactory.com/DreamFactory/Installation
View Article