Where Can I find the function original code for crt.UploadFileRequest and crt.LoadDataRequest. How can I Override the handler without losing the original functionality.(more like callparent(arguments) in Older version )
Like
Hi,
crt.UploadFileRequest and crt.LoadDataRequest cannot be overridden because they are located inside the core.
They cannot be described as typical methods, they work more like a way to transfer information between different core components.
Dear Ajay,
Thank you for your question.
Regarding implementing custom handlers, there are a couple of articles available on the Academy:
You might also find useful information about implementing custom handlers on the Community:
- Function handler called when creating a new record detail
- How can we segregate handler code into multiple callback functions in Freedom UI
Hope this helps, and let me know if you have any questions!