PositionId Method
The PositionId method returns the position ID of the user position. This position ID is the ROW_ID from the S_POSTN table. Siebel CRM sets this value when the Siebel application starts, by default. It uses the following syntax:
Application. PositionId()
It includes no arguments.
For example:
SiebelApp.S_App. PositionId();