I have built a grid within my PeopleSoft page and I have a push-button/hyperlink on the grid. When someone clicks on this grid, how can I find out the unique ID for the row they clicked on in PeopleCode?

Summary:
I have built a grid within my PeopleSoft page and I have a push-button/hyperlink on the grid. When someone clicks on this grid, how can I find out the unique ID for the row they clicked on in PeopleCode?

Answer

By placing the PeopleCode in the button fieldchange event and using recordname.fieldname you can retrieve the value.

*Questions excerpted from ITToolBox.com*

Disclaimer: Contents are not reviewed for correctness and are not endorsed or recommended by PeopleSoft-Planet.com.

Write your comment