Hi all,
I want to use javascript function to reload data of a detail on the edit page. For example:
- I open a contact to edit data
- In the contact editing page, there is activities detail
- When I run a business process, I want to reload activities detail when that business process finishes (use message to detect)
Thank you.
Like
3 comments
Best reply
05:07 Jun 16, 2020
Dear Toan,
You can use this.updateDetail() method. For example:
this.updateDetail({
detail: "ContactCommunication"
});
Regards,
Dean
11:08 Jun 15, 2020
I think a call to this.reloadDetails() from the edit page should do this.
05:07 Jun 16, 2020
Dear Toan,
You can use this.updateDetail() method. For example:
this.updateDetail({
detail: "ContactCommunication"
});
Regards,
Dean
Show all comments