How to reflect SR Status and Action Plan updates on UI immediately
Summary:
Hi,
I am working on an Oracle Visual Builder Studio application where an Action Chain listens for Service Request (SR) changes, evaluates related Work Orders (WOs), and performs two background REST API updates when specific criteria are met:
- Updates the SR Status via oracle_cx_serviceUI:serviceRequests/update_serviceRequests
- Updates Action Plan Action Status via oracle_cx_serviceUI:actionPlanGroup/update_actionplans-actionPlanAction and calls doall_refreshActionPlan_actionplans
The Challenge:
Currently, after these background REST calls complete successfully, the updated SR Status and Action Plan progress do not reflect on the UI automatically unstill manually refresh the page.
Content (please ensure you mask any confidential information):
0