Hi All,
We are using Unified Interface and have timeline control on Contact form.
On saving form the timeline control doesn't show recent changes.
We dont have option to programetically refresh the whole form as it interfere with other business logic.
Is there a way to refresh only timeline control post save of form?
I am using below code but it doesn't work as On Save is called before the actual updates are saved
var formContext = executionContext.getFormContext();
formContext.getControl("Timeline").refresh();
Just wondering if there is any other supported way?
*This post is locked for comments