Question

Overriding the Feature

Hi Community,

I want to override the copy functionality shown in the image. Is it possible to do that in Freedom UI? If possible How can I do that ?

Like 0

Like

2 comments

Are you referring to the list row menu? If so, there is an article covering that topic here: https://academy.creatio.com/docs/developer/front_end_development_freedo…

Ryan

As for the copy item specifically, I believe that request is called "crt.CopyDataRequest". If you handle that request on the list page, you can do what you need and then not call the next handler to avoid the out of the box handling of the copy request.

Ryan

Show all comments