How do I access a JSON in Dreamfactory? [V8JS]
I am calling a JSON from a CRM API and is returned looking like this: {"response": {"result": {"Contacts": {"row": {"no":"1", "FL": [ {"val":"Name","content":"Billy"}, {"val":"Age","content":"17"}, ]...
View ArticlePre-flight request blocked
login: function(email, password, callback) { alert("In login function"); $.ajax({ dataType: 'json', contentType: 'application/json; charset=utf-8', url: INSTANCE_URL + '/api/v2/user/session',...
View ArticleHow do I access a JSON in Dreamfactory? [V8JS]
Hey, try something like var apiresponse = {"response": {"result": {"Contacts": {"row": {"no":"1", "FL": [ {"val":"Name","content":"Billy"}, {"val":"Age","content":"17"}, ] } } },...
View ArticleHow do I access a JSON in Dreamfactory? [V8JS]
Thank you for the help. I tried this and it still doesn't work. I have now gotten around the issue by flattening the JSON.
View ArticleFor security reasons, this URL is only accessible using localhost (127.0.0.1)...
@mattschaer, Thanks a lot.
View Article"Batch Error" on updating records in the table
Hi, I am calling the API via AJAX , When i am trying to update records in the table, all records are updating successfully, but API returns "errorBatch Error: Not all records could be patched" with...
View ArticlePre-flight request blocked
@scmathew, Your solution, hope it will work for you. login: function(email, password, callback) { $.ajax({ dataType: 'json', contentType: 'application/json; charset=utf-8', url: INSTANCE_URL +...
View ArticlePre-flight request blocked
CORSConfig.JPG1082x384 14.4 KB This is the CORS config I have been using, and I tried your settings as well but I don't seem to have a Supports Credentials or Exposed Headers options in my CORS...
View ArticlePassing null values in query string
I am call postgres function using api.My requirement is to pass null values to some of the parameterse.g http://localhost:00/api/v2/postgres/_proc/fn_funcationname?param1=2017-03-10¶m2=null...
View ArticlePre-flight request blocked
I am using DF 2.4.2, I think you should upgrade DF from 2.1 to 2.4.2
View ArticleCalling SQL Service Rest endpoint from custom server script not working in...
Hey, Trying to fetch contents of the table in a custom script in Node JS. Below is the code var cartId = event.request.payload.cartId; var filter = 'cartId='+ cartId; var related =...
View ArticleHow to integrate React Native with Dreamfactory?
I am making an employee timesheet app in React Native for a client that must connect to their SQL server. The SQL server has tables in it such as timesheet, employee, client, and job. I'll be doing...
View ArticleUsage in a website and mobile application
Hey gzumaglini, how did you end up connecting to Dreamfactory with React Native? There is no SDK. Only for React......? PLease help!
View ArticleOpenshit Cartridge Error 503
Hi. I'm trying to install Dreamfactory on my Openshift v2 account .The installation is successful but when I try to access the application I get an internal server error,the app log is as follows: PHP...
View Article"Batch Error" on updating records in the table
Hi @Nishant_Soni! How many itens do you have in request?
View Article"Batch Error" on updating records in the table
Hi @paulo.hgf1408, I have multiple records in the request. Records may be 1 or more than 1 (it is dynamic). But now some times i am getting error, some times it is working fine.
View Article"Batch Error" on updating records in the table
I have DF 2.4.2 and i solved this problem with blocks requests.This blocks contais ten itens its no perfect solution but its work.
View Article"Batch Error" on updating records in the table
I have also DF 2.4.2, and i will also try this solution.
View ArticleSometimes not able to restart mysql service using ctlscript.sh stop / start...
Hi, I have a similar problem like described in https://community.dreamfactory.com/t/error-on-tc-log-file-when-restarting-bitnami-service/2988/4, but different boundary conditions: The first restart of...
View ArticleDB: Table-Valued Function Support
Excellent, it is a feature that would nicely fill the gap between the limitations of views and stored procedures when working with SQL Server. Cheers, Dean
View Article