Hello All,
I have a general question about the best practice in making enhancements in CRM WebUI. I always follow the procedure of enhancing the WebUI component/view and then re-define the methods and then apply my custom logic.
But lately I had a question.What if I have a very simple logic where I need to update the state description of a viewset, Can I make implicit enhancements directly in the standard WebUI classes' methods, instead of enhancing the whole component/view.
Is this a good practice to make implicit enhancements in WebUI classes. What are the repercussions of it?
Thanks,
San