Hi Team,
Creatio has a feature where user can create a new case by selecting a text from existing mail and clicking button as below.
How can I modify onClick method. which client module to replace?
Like
1 comments
18:49 Mar 23, 2022
If I remember correctly, that button publishes the CreateCaseFromHistory message. This would mean you can handle the click event for that in the CasePage onCreateCaseFromHistory function.
Otherwise, you could replace BaseMessageHistoryItemPage and override onSelectedTextButtonClick there.
Ryan
Show all comments