PeopleSoft Activity Guide - while launching Page prefilled with first record from database
Hi,
We have defined a Activity Guide and it is launched by clicking on a Push button. While the Activity Guide launches, it pre-populates the data on the page with the first record from the database instead of opening the page in add mode (blank page). The Component has the correct search record.
We have the below code in the Pushbutton fieldchange. We are mimicking the launch similar to a delivered AG "Payment Request" in FS. There are many other delivered AGs use similar launch code.
Local string &MENUNAME = "NUI_FRAMEWORK";
Local string &ITEMNAME = "PT_AGSTARTPAGE_NUI";
Local string &URL;