Inserting usable timestamps in PostgreSQL
Yes i have imported data to the table using the pgAdmin.With the GET command i get:{"date": "2016-01-01 02:00:00"}
View ArticleIS nodejs installed in bitnami image?
thanks @mattschaer i've install nodejs now, i will test Custom Script thanks
View ArticleNo records found in request when running in PHP Custom Script
I am unable to execute a post request form Custom PHP server side script on DF version 2.2.Also note that same script works fine on DF version 2.1.1 Here is the post contents,...
View ArticleServer stops responding after some time
Have installed DF version 2.1.1 on AWS on T2.micro instance which was running fine and until two days the server stops responding to requests. The page wont load. It is again fine after a restart...
View ArticleHow to setup a query parameter within a Remote Web service?
Trying to setup up access to a remote web service for an SMS API.the format of the api is as shown below:...
View ArticleHow do I bring back my own jSON via post process?
I can't seem to change anything. I want to process my result set and then create my own JSON response. No matter what I do it doesn't seem to affect the results. For instance; //******************...
View ArticleHow do I bring back my own jSON via post process?
OK - I had done a post with a get response. So by changing it to post process the POST, I am finally seeing the records come back. Now the weird part. If I put : return -99 in my script it will return...
View ArticleHow do I bring back my own jSON via post process?
ok. the sample code says: event.response.resource the sample video says: event.response.content.resource Which is it?
View ArticleFile upload and custom script service
I am in the same boat as you are. i want to process a file as part of the POST request. i dont want to create a file service and then a post upload event. In short i am trying to upload a csv file to...
View ArticleUpgrading from 2.1.2 to 2.2.1
Hi, i've upgraded my app hosted on my own server under a postgresql database using the following commands of this page: http://wiki.dreamfactory.com/DreamFactory/Upgrades Nothing went wrong on the...
View ArticleUpgrading from 2.1.2 to 2.2.1
@Nico_Dv after the upgrade you've cleared the cache and reset the DF application?
View ArticleUpgrading from 2.1.2 to 2.2.1
Hi Paulo, I have done a "php artisan cache:clear" and then i have restarted my apache server..What do you mean by "resetting the DF application"?
View ArticleWhat is the proper syntax to read the response?
I have tried all to no avail: lodash._.each (event.response.content.resource, function( record ) { storeId == 101 ; return false; }); lodash._.each (event.response.content, function( record ) {...
View ArticleUpgrading from 2.1.2 to 2.2.1
The problem happens only with services though my services are still in the database.Firebug tells me there is an error with the method getApiData(...): Error: b.getApiData(...) is undefined it seems...
View ArticleHow do I bring back my own jSON via post process?
Hi @jimijon, if envent script use: var myValue = "teste"; \\event.response.content.[your param] = [your value] include value in your response event.response.content.myValue = myValue;...
View ArticleDataMesh - DF User Profile with virtual foreign key
I have a legacy application which has a Users table (with user account credentials). I would like to use the DF DataMesh feature to establish a virtual foreign key between this table and the DF User...
View ArticleHow do I bring back my own jSON via post process?
Not really. I am trying to loop through the response and nothing seems to work: lodash._.each (event.response.content.resource, function( record ) { storeId == 101 ; return false; }); lodash._.each...
View Article