Force Refresh of Datagrid with WebClient

0
Hi When I create and commit new objects using the Web Client API the datagrid updates its display to show the newly commited objects. However, when I remove objects, the datagrid does not update. Is there a way to force it to update its display? Thankyou very much
asked
1 answers
1

When you delete in a microflow you have the option to set the refresh in client to yes. Another option to refresh is to use the community commons. There you have the RefreshClass and RefreshClassByObject. When you call these Java actions you can force a refresh.

Regards,

Ronald

answered