How do I refresh the form after an API call?
Background: Services implementation - various ATTRIBUTE (DFF's) are being updated when the user clicks the Launch Worklow button from the Service Request. After the API runs, the underlying object_version has been updated. That is, the user queried up a record (version 1) and then the API updated it (it's now version 2). In the UI, version 1 is still loaded. If the user tries to make any changes to the record after the API call, they get a message saying that the record has been updated and they need to requery it. Our current work around is to have the user
0