Hi All,
I need to make some changes to the standard app. I have extended the controller to implement the custom logic. how to call the parent function from the extended controller?
Ex: in S1.Controller.js I have a function senddata and checkdata(). I have extended the controller as S1Custom.Controller.js. In the senddata method i have to perform some additional validations but Can I use the checkdata() function from the parent?
Thanks
Gopi