Hi Team,
I have a scenario where I have developed a custom function in ContactPageV2 web application and trigger it in OnEntityInitialized().
How could I apply the same to the mobile application development setup?
A scenario in Web Application:
ContactPageV2
OnEntityInitialized : function(){
this.callParent(argument);
this.customFunction();
}
customFunction : function(){
//My Custom Logic
}
How could I achieve the same in Mobile development?
Also, How to trigger a Business Process in Mobile development (both by Button click or auto-trigger)
Kindly guide me on the same!
Regards,
Bhoobalan P.