please anyone can help me to solve this
i am unable to populate the data into the edit screen on clicking edit
Hi Shalini
On click of edit icon pass the master code Id value.if still issue persists can you send OML.
Thanks and regards.
Harish
unable to send the oml since its too large
yes i am passing the master code Id only
Hi @Shalini D M,
Could you please share OML file or screenshot of the code for better understanding.
Additionally, check that you correctly filtered the aggregate and bound into the appropriate field when you were redirected to the edit screen. Check out this URL to get more understanding:
https://www.outsystems.com/forums/discussion/65517/data-not-populating-from-db-for-the-dropdown-field-in-edit-screen/
Hope this helps!
Hi @Shalini D M
I guess this question is the same as your previous Post.
Go through of it - https://www.outsystems.com/forums/discussion/94119/what-should-be-done-when-the-saved-data-is-not-displaying-on-the-edit-screen-on-c/
And its a humble request please try to explain whole scenario. People would be able to help you. as i have gone through your oml. this is not simple screen you are checking. Those are blocks which you are using on other screens.
Regards,
Prince
In the Edit screen you should create a data action ex. GetMasterCodeById in which you get the data from database(via aggregate directly or via a server action that uses aggregate or SQL query). You pass the ID to the server action and then for each field assign data action result to the individual fields. Ex. for the Split Value form field as source you set GetMasterCodeById.Output.SplitValue.
Hope this helps
BR