Hi there,
I have created a maintenance screen where the user selects an existing employee and then can update their details. Once the user saves the changes I recall the read service but it is still displaying the old data and not displaying the new data. has anyone got any ideas on how to reload the JSON file??
Thanks.
1. Select Design tab in the Edit_Customer page and expand Events node
a. Select component of Edit_Customer, Event of Page Show, Action of Invoke Service, and choose Edit_ReadSrv
b. Click Add Event
c. Select Component of btn_cancel, Event of Click, Action of Navigate to page, select page AppDetailPage
d. Click Add Event
e. Select Component of btn_Update, Event of Click, Action of Invoke service, select UpdateSrv
f. Click Add Event
2. Select Data tab in the Edit_Customer page and expand Events node
a. Select Component of UpdateSrv, Event of Success, Action of Run JavaScript add following alert statement
b. Click Add Event
c. Select Component of UpdateSrv, Event of Success, Action of Navigate to page, select page AppDetailPage (or same Edit_Customer page)
d. Click Add Event
Hi there,
I have created a maintenance screen where the user selects an existing employee and then can update their details. Once the user saves the changes I recall the read service but it is still displaying the old data and not displaying the new data. has anyone got any ideas on how to reload the JSON file??
Thanks.
Flag this post as spam/abuse.