Documentation for user/custom
@toddappleton added some documentation here http://wiki.dreamfactory.com/DreamFactory/Tutorials/Managing_user_custom_data hope that helps, let us know if you have questions.
View ArticleAccessing logs via admin GUI
Thanks, this is helpful feedback. @aislam is working on a logging service in this sprint. Logging will be a first-class service with configurable inputs and outputs e.g. to write logs to logstash,...
View ArticleAccessing logs via admin GUI
@rbarriuso One thing we'll do pretty soon is add a system/log API that shows the content of the Laravel log file, with some basic filtering capabilities. That should be a good start.
View Article"this.proxy is not a function" problem
It seems that it was a problem with a "require()", which was used like "new require('lib')()". Anyhow it's strange because after removing it the problem persisted for a while. I guess the script was...
View ArticleAccessing logs via admin GUI
I would love for this to happen. It's been a real struggle to write scripts without access to the log. I was also thinking if its possible to write a script which is just for debugging scripts....
View ArticleDocumentation for user/custom
That is a huge help. I think it would be very useful to add access to all users' customs via system in the future. Then linking the DF user with an external table containing custom user data would not...
View ArticleDocumentation for user/custom
Hey @zerox12, I wanted to send you this new link on managing user custom data: http://wiki.dreamfactory.com/DreamFactory/Tutorials/Managing_user_custom_data Hopefully this helps! Thanks,@AlexBowen
View ArticleUser Admin interface doesn't save correctly Roles and Lookup Keys
I'm getting this issue adding Schema Tables with DreamFactory 2.3.0 (Bitnami)Doesn't happen on dreamfactory.com
View ArticleNodeJS scripting & async operations
Hi, We're trying to create a custom service using NodeJS in our DreamFactory 2.2.0 server, but we have a problem with asynchronous operations. It seems that the execution of the script finishes...
View ArticleDF sends the request body to the remote web service?
Dear DF, The Telerik REST Report Service i want to achieve through the RWS.Without DF the service works well.With DF has returned 400 error code for this call Get Report Parameters.Any suggestions? I...
View ArticleServer error on adding a foreign key
I am using the Schema manager to add a foreign key. While doing, I am getting a server side error which is unhelpful. strpos() expects parameter 1 to be string, array given Any ideas on how to resolve...
View ArticleApache timeout while sending more requests
We have dreamfactory installed using bitmani (with apache).We use some Tablets which sends GPS-Coordinates every 10 - 20 seconds. Every day at the same time httpd doesn´t respond. After checking...
View ArticleUnable to change Email Service to use in User Service Config
Thanks. It worked. Guess I just had to be a bit patient. I also learnt that I could clear the cache repeatedly for the same result.
View ArticleHow to terminate request in pre-process and return custom error response
I am validating a field in the payload using a pre-process script and it works as below. if (event.request.payload) { // use 'payload' for request if (!event.request.payload.email) { throw 'Email...
View ArticleHow to send params in platform.api.get
Just wondering if this functionality has been added. I have a similar requirement.
View ArticleDF 2.3 username Field
I noticed in DF 2.3 the user now has a field called 'username'. This is exactly what I need. Unfortunately there is no access to it via the user service, only system service can access it. Is this not...
View ArticleRemote web service with NTLM auth
Hello, I spent 2 days trying to access remote web service that is behind NTLM authentication (running on IIS 7) without luck. NTLM is preferred over Negotiate. I tried to specify CURL CURLOPT_HTTPAUTH...
View ArticleCould not find a service for
Hi Alex, I'm getting this issue with a new installation of 2.3.0-2 on windows 10. Here is the object I'm getting back from df when I try post a login:{"error":{"context":null,"message":"Could not find...
View ArticleWhy dreamfactory allow UNDEFINED column in POST and PUT API request?
Hi all, I have doubt in dreamfactory POST and PUT request with Undefined column. Kindly refer the attachement, In Dreamfactory: imageedit_11_5528850093.gif1006x442 42.2 KB In Phpmyadmin...
View Article