In bpm’online, if a page has performed some server-side functions via a process or configuration service, you might want to refresh/reload the page or certain detail lists on the page when it is complete to show the updated values.
Reload the Entire Entity
This will reload all bound data on the page, including any related detail lists on the page:
this.reloadEntity();
Reload All Detail Lists
If you want to only reload all of the detail sections on the page:
this.updateDetail({reloadAll: true});
Reload a Specific Detail List
If you want to reload only one specific detail section on the page, for example a detail named SupplyPayment:
this.updateDetail({detail: "SupplyPayment"});




Hello Ryan! Can you please tell me how to update a detail when open record in combined mode?
That might be a better question for the Community forums so you can elaborate more on the task. https://community.creatio.com