
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"});
Subscribe To Our Newsletter
Join our mailing list to receive the latest Infor CRM (Saleslogix) and Creatio (bpm'online) news and product updates!
You have Successfully Subscribed!