Do we have a flag value associated with VIEW ALL / FIRST / LAST hyperlink in a grid? Actually in my requirement I want to show a counter value against each data row depending on the link that has been clicked. So I want to have a validation to check which link has been clicked.
Can someone help regarding this?
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 |
Even I have the same question.
Can someone help regarding this?
Probably you can do a trace and find the answer to this question.
Set trace then login and Navigate to a page. After this delete the created trace file and then click on viewall link --> sign out.
Now check the generated trace file.
Nothing is coming up in the trace file on clicking VIEW ALL/FIRST/LAST link on the grid. Any other suggestion?
i think its a javascript function which is triggered on clicking View All.
see this blog post http://xtrahot.chili-mango.net/2007/05/a-look-at-submitscriptname/