Freedom UI - Email subject customization

Hello,

In Classic UI it was possible to customize Subject of new Email by overriding "getEmailTitle" method in SectionActionsDashboard by EmailMessagePublisher package.

Is there a Freedom UI proposed approach how to change Email Subject definition when using EmailMiniPage or EmailFormPage?

Thank you.

Like 1

Like

1 comments

Hello,

In Freedom UI, this can be achieved by first enabling the AllowCreateAngularSchema flag and then creating a replacing Angular schema. Afterward, the subject can be modified using the crt.HandleViewModelInitRequest handler.

Show all comments