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
2 comments
19:12 Jun 06, 2023
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
19:16 Jun 06, 2023
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