Invoke Bindings from PageTemplate PageDef
There are scenarios when certain method binding in pageTemplate's pageDef needs to be invoked from some button Action in page. Here are the details :1. For page based on the pageTemplate, there will be reference of pageTemplate's PageDef created in page's pageDef.
2. Now in order to access bindings in pageTemplate's pageDef, refer below code. Enjoy!!!