Hello All,
I am trying to add more items in the list (below screen shot ) using extensibility. I am using SAP Web IDE for extending the APp.
In the "Outline" Pane , only two controller hooks are visible but the I can see many of the extension hooks in S1.Controller.js file.
However I have added the required code in the extension hooks but its not getting reflected when I run the App.
Controller hooks in S1.COntroller.js file are below :
extHookonApplySorterOrFilter:
extHookonVSDialogAllPressed:
extHookonVSDialogInProPressed:
extHookonVSDialogApprPressed:
extHookonVSDialogRejPressed:
extHookResults:
extHookOnApproved:
extHookInProcess:
extHookOnRejected:
Can any one please advice how can I proceed?
Thanks in Advance.