To automatically select a job for running on the run panel in PeopleSoft add some PeopleCode to the RowInit event PRCSRQSTDLG_WRK.SELECT_FLAG to set this field.
e.g.
Evaluate %Component
When "COMPONENT_NAME_1"
SELECT_FLAG = "Y"
When "COMPONENT_NAME_2"
SELECT_FLAG = "N"
End-Evaluate;
Subscribe to:
Post Comments (Atom)
1 comment:
Can you give some scenario where it can be useful, Please.
Thank you.
Post a Comment