NUI is a full feed?
True
False
The Webstation Application Can be launched by
WebStation link
Quick Links dropdown
Search option
None of the Above
When a component runs in deferred processing mode,
trips to the server are reduced
trips to the server are increased
No impact on the server
Server Crashes
A PeopleCode program is automatically saved to a file while you’re working on it. This checkpoint occurs at the following times
Every 15 minutes
Every 10 keystrokes
Every 15 keystrokes
Every 10 minutes
Which of the following doesn't belongs to a data buffer class?
Record
Component
Rowset
Field
%PerfTime system variable returns
GST
IST
Web server's local system time
Application server's local system time
In PeopleCode syntax optional items are enclosed in
( )
[ ]
{ }
/ /
RowInsert does not trigger PeopleCode on derived/work fields
An error or warning issued from FieldDefault PeopleCode causes
a runtime error
No error is displayed
a compile time error
Only warning message is displayed
The SwitchUser function is used to change the user ID of the current user logged onto the PeopleSoft system.Which of the following is the proper syntax for the function?
SwitchUser(Password, UserID, ExtAuthInfo,AuthToken)
SwitchUser(UserID, Password, ExtAuthInfo,AuthToken)
SwitchUser(UserID, Password, AuthToken , ExtAuthInfo)
SwitchUser(Password, ExtAuthInfo,AuthToken,UserID)