1.
Examine this PeopleCode snippet:
SetDefault(ORDER.DATE);
Select the object-oriented equivalent.
2.
Select the correct syntax for a PeopleCode conditional statement.
3.
Which is a valid use of errors and warnings in the PeopleCode row action events?
4.
The PeopleSoft Process Scheduler Server Agent should not run continuously. To control its activity, you
can schedule a non-running time for the server. This non-running time refers to the number of seconds that
you want the agent to wait before it checks for queued process requests in the Process Request table. To
set the non-running time for the server, which option do you need to set?
5.
This PeopleCode snippet creates a record object, where TASK and RESOURCE_NAME are keys on
TASK_RSRC.
&MyRec = CreateRecord(Record.TASK_RSRC);
&MyRec.TASK.Value = &Task;
&MyRec.RESOURCE_NAME.Value = &Resource;
Which method will populate the record object with one row from PS_TASK_RSRC?
6.
Signon PeopleCode is commonly used to _____.
7.
Select four PeopleSoft field definition types. (Choose four.)
8.
Which PeopleCode event would you use to validate the search key?
9.
You attempt to drag the ADDR_SBP subpage into the PSU_HOTEL page. The insert gives you an error
and fails. Select the most likely reason why this occurred.
10.
Which PeopleCode statement would you use to instantiate an unpopulated, stand-alone record object?