Title | Under | Posted on |
---|---|---|
Component interface Error: no rows exist for the specified keys | PeopleSoft Technical | 03/15/2019 - 3:54am |
ADD 24 months starting from current month.(peoplesoft) | PeopleSoft Functional | 07/29/2018 - 8:44pm |
TRC values dropdown | PeopleSoft Technical | 04/04/2018 - 12:54am |
how to find missing sequence in GRID and print the mising sequence number while saving through peoplecode | PeopleSoft Technical | 09/11/2017 - 4:49am |
U can have your own buttons instead of the standarad OK and cancel and write your own code
Thanks for your reply is there any oppertunity to write code to fire upon clicking and cancel buttons in the delivered secondary page.
is it possible to refer to the secondary page in level1 if we have it in levelo using do modal?i
No you cannot fire any event on clicking delivered "OK" or "CANCEL" in the secondary page... The best thing to do is have customized buttons of your own and write the code in them ... Your second question is not clear can you explain it a bit elaborately.
Hey...
The 'SAVE' processing does get triggered when you press the delivered OK button on the secondary page.
So you may put your required code on the Save Edit event of any field that appears on the secondary page.
Cancel does not trigger any event and just navigates you back to the original page.
Hope this helps.