Hi Experts,
I would like to know the significance of the context class in CRM web UI framework. I found that the context class is used to instantiate models which are basically context node classes.
It seems that if the context class is not used, the models can be created directly instantiated from the view controller class by calling the method 'create_model'.
Please let me know if there is some other purpose which the context class solves.
Regards,
Jaydip