Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Hi, if you are creating forms and lists separately, you will need to ensure that the primary key value of the record in the form matches the actual record. It would be much easier to just use the CRUD Menu which will take care of all that for you.
Issue was form field ID's were defined in camelCase (Ex: userName)
When fetching data from DB it was not matching. (SELECT user AS userName from table);
Renaming form fields to uppercase fixed. (Ex: USERNAME)
Have created form to insert and update datalist and mapped them via userviews.
When DATALIST Edit is clicked, It opens the edit-forms as expected.
Issue: Its populating only the primary key value, Remaining all fields are empty.