Refreshing Table data
Summary
Refresh button isn't working for ADPContent
Hi All,
We are facing an issue with VBCS refresh button for a Business object.
We have developed an application which will get the data from Business object and display on the application. Later we have kept the update status drop down for every record as per the requirement. The Submit button calls an OIC REST API which will update the status of the record in the back end system and deletes the record from BO.
After deleting the record, the refresh button we put on the application to display the updated data from BO isn't working. The button is being added with a event where the getall api is called first and then fire data provider event is used .But if we refresh the whole application through browser ,its displaying the updated data from BO.