Siebel Personalization Administration Guide > Siebel Query Language > Functions >

Other Functions


Function
Description
SystemPreference ("Pref")
Get value of system preference. These values are found in System Preferences in the Application Administration screen.
For example:

SystemPreference (""Auto Mgr Calendar Access"")

returns TRUE.
LoginId ()
Returns the Login ID of the logged in user.
BCName ()
Returns the name of the active business component.
For example:

BCName ()

returns ""Account"".
Currency ()
Returns the currency for the position of the logged in user.
For example: USD
LocalCurrency ()
Returns the currency for the machine.
For example: JPY
Language ()
Language code (for example, ENU) that is the active client language setting set by the Language parameter in the .cfg file, or by the /L parameter when starting Siebel.
RowidToRowidNum ()
Converts the Row ID of a record to a number.
For example:

RowidToRowidNum ()

returns the unique integer translation of Rowid.


 Siebel Personalization Administration Guide 
 Published: 18 April 2003