GetSession
Mon 01 January 2018Syntax
GetSession()
Description
Use the GetSession function to retrieve a PeopleSoft session object.
After you use GetSession, you can instantiate many other types of objects, like Component Interfaces, data trees, and so on.
After you use GetSession you must connect to the system using the Connect property.
If you are connecting to the existing session and not doing additional error checking, you may want to use the %Session system variable instead of GetSession. %Session returns a connection to the existing session.
Parameters
None.
Returns
A PeopleSoft session object.