Question

Modify Create case from existing Case

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 0

Like

1 comments

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