Having multiple belongs_to relationships to the same table. Schema not working
Hey, I am trying to create a relationship between 2 tables. Basically I have an events table and on that I want to create 2 reference fields to point to another table of users. One filed is called...
View ArticleHow to change http header on server side platform.api.get method
I figured out. You need to use the full URL like platform.api.post( "http://URL/api/v2/db/example_table", Also you need to set the headers (session and app key) again as it is a new api call. var...
View ArticleAWS SNS Not Working in 2.0
Ok. I am doing a workaround of creating a new remote web service. Any help will be useful on making SNS working will be helpful
View ArticleNeed to connect to an S3 appliance, how do I create a new "serviceType"?
Hello all, I have a NetApp appliance that "speak" S3. My question is how do I create a new "File Storage" type ( like the AWS ) that will provide me a new type "S3 compatible appliance" option when I...
View ArticleTransfer/Move DSP Data from "cloud.dreamfactory.com" to cloud hosting
Hello, How can i transfer/move my users, services, roles, data (CLONE) to a DSP on Amazon or DigitalOcean. Thanks,
View ArticleHow to change http header on server side platform.api.get method
Awesome! Thanks for posting the solution!
View ArticlePre Authentication Process
All these links are not working anymore, could you please update it? Thanks
View ArticleScript to conditionally cancel ongoing request and return custom error in...
I need to make a user custom field unique just like the e-mail field is unique. Is there a way to do that? If it can't be done..I need to verify if this custom field already exists in the users table...
View ArticleScript to conditionally cancel ongoing request and return custom error in...
Hi, check out this examplehttp://wiki.dreamfactory.com/DreamFactory/Tutorials/V8_field_validation
View ArticleCreate database schema based on swagger definition?
Hi, is this possible with the current DF? We have bunch of objects/models defined in Swagger, as we started fresh. Is there anyway to create the tables based on the model definitions automagically?...
View ArticleBest Way To Familiarize With DF
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleNeed to connect to an S3 appliance, how do I create a new "serviceType"?
According to this NetApp doc you can talk to it through the S3 SDK which is already baked into the standard DF build. Have you read through those docs and tried to set up an S3 connection to your...
View ArticlePHP Post to MSSQL with ServiceHandler
In lieu of existing documentation for the PHP classes, I am hoping someone could shed a little more light on this. PHP - post process. I am trying to post a record to MS SQL DB. When I do this through...
View ArticleHow to call post api while connecting one to one relationship between two...
I have two tables with one to one relationship as following I need to call the api to create the record as following api end-point :...
View ArticleBasicNetwork.performRequest: Unexpected response code 500
Hi guys,I am implementing register webservice in my android appURL : https://df-kaustubhk.enterprise.dreamfactory.com/api/v2/user/registeri can access this url from postman(postman is a chrome...
View ArticleUpgrade 1.9 to 2.0
Hi, I am upgrading my server form 1.9 to 2.0. Will the users have the same password or will the password need to reset? J
View ArticleCannot log in using LDAP Active Directory
Hi @mattschaer, @drewpearce, @Martin_Jansen, @Pierredp, Sorry for the delay. I added a hostname with name "dfhost" and mapped the IP address to it in the hosts file as you suggested. Doing the API...
View ArticlePHP Post to MSSQL with ServiceHandler
Well after looking at the ServiceHandler function I missed that headers needed to be array, so that is fixed (I think). Headers below are the same as passing from api_docs which works. $headers =...
View ArticlePHP Post to MSSQL with ServiceHandler
For clarity, my call now looks like this: $headers = array( 'Accept: application/json', 'Content-Type: application/json' );$auditPost=...
View ArticleCannot log in using LDAP Active Directory
This may be related to the same issue I had with S3 See this post. Or you may have to get a real signed cert and include the CA Bundle. If you're using a Bitnami package you can follow Bitnami SSL...
View Article