Not able to retieve records from a Table
Hello,I created a simple table in MySQL and added records. I was trying to use the API docs to retrieve the table records.I could not get value for following requests:1) get all records from a table...
View ArticleDeclaring user functions in PHP scripts
I need to implement function in PHP script service for the sake of code-reusing and readability. The function will be called later in the scope of the same script. I wonder if there are any...
View ArticleUser Registration with Email Verification
I want to verify user registration by sending email. The email consist the Username and Password which he/she used at registration time and a Link on which user can click and account verified if...
View ArticleUser Registration with Email Verification
Hey @aamirk, have you checked out our wiki on Email Verification? http://wiki.dreamfactory.com/DreamFactory/Tutorials/Open_Registration#Example_-_Open_Registration_with_email_confirmation_required...
View ArticleNot able to retieve records from a Table
Hey @ft-anju, Have you checked out our wiki on querying records with filters? http://wiki.dreamfactory.com/DreamFactory/Tutorials/Querying_records_with_logical_filters...
View ArticleHow to verify Users Account by sending email confirmation?
Hey @aamir_rais, Have you checked out a few of our resources on our Wiki? http://wiki.dreamfactory.com/DreamFactory/Tutorials/Open_Registration https://www.dreamfactory.com/features/user-management...
View ArticleDevelopment to production process
There's nothing in my "Type" dropdown menu, so I cant do anything?
View ArticleDevelopment to production process
That's strange. What version of DreamFactory are you using? You should see System, Local File Storage, and any databases that you're connecting to with DreamFactory.
View ArticleDevelopment to production process
Here's my config screen: Pasted image1323x787 71.6 KB
View ArticleDevelopment to production process
Can you post a screenshot of the Type drop down menu so I can show engineering? You can post on this thread or email to benbusse at dreamfactory.com.
View ArticleDevelopment to production process
It would also help to get all the messages in your browser console when that page loads.
View ArticleDevelopment to production process
Here's the package screen with the dropdown selected: Pasted image1468x988 101 KB
View ArticleDevelopment to production process
And here it is after a refresh with the console open: Pasted image1468x988 116 KB
View ArticleDevelopment to production process
Looks like I don't have the package api for some reason?
View ArticleDevelopment to production process
Thanks, I'm going to show this to the front-end developer Carsten. Can you shoot me an email with your contact info so we can troubleshoot this offline. benbusse at dreamfactory. thx
View ArticleDevelopment to production process
Can you go to the API Docs tab and see whether a GET on system/package returns anything? If it returns the package manifest, then something is amiss with the UI.
View ArticleData API REST of AWS Redshift
Any update on this bug? We have a similar use case for creating APIs for our AWS Redshift instance.
View ArticleNot able to retieve records from a Table
Hello Alex,Thanks for the quick response,Yes I did get a chance to look at these links and some more as well.But all of them talk about some added filters or refined search by using the parameters as...
View ArticleHow to create a temporary table, and discard it afterwards?
Followup.Assuming Roles access is set-up properly, which I do not want to dive into... 1) Solved. Create table with schema API call from script, than, next call is used to populate it. Table dropped...
View Article