I am working on exercise 4.4x-List and Detail Screens and here in page (29) as per flow am supposed to "Drag and drop the CreateOrUpdateToDo Action to the flow, on the True branch..".
Issue for me, is in the "Data Tab", when i expand ToDo entity, i don't find "CreateOrUpdateToDo" function. I can see this core module and dependencies is also set correctly.
Not sure if am missing something. Please let me know how i can move around this problem. Am attaching screenshot where am stuck
Hi Ajay,
I believe at this point in the exercise you are supposed to have to Expose Read Only property of the ToDo Entity set to ‘No’ in the AjToDo_Core module.
In your case it is set to ‘Yes’ and that’s why you only see the GetToDo Entity Action in the AjToDo_Mobile module.
Make sure you refresh the dependencies in the AjToDo_Mobile module after you have changed the Expose Read Only property to ‘No’ in the Core module and published it.
Hope this helps.
Regards,
Nordin
Nordin Ahdi wrote:
This fixed the issue. Thank Nordin for the help.
You’re welcome Ajay :).