CurrentLoginId
Returns the login ID for the user associated with the current session. This is the LoginID field from the Details tab in the user profile.
Use this function to return the login ID of the user.
Use the CurrentUserDisplayName function to return the display name (usually first and last name) of the user.
Syntax
CurrentLoginId()
Enabled For
For a description of the business object categories, see Notes on "Enabled For".
Business Object Category | Yes/No |
---|---|
Business Rules: Before-Save Rules | Yes1 |
Business Rules: Calculation Rules (After Save, with or without Also Recalculate on Load) | Yes1 |
Business Rules: Calculation Rules (Before Save or Always, without Also Recalculate On Load) | Yes1 |
Business Rules: Calculation Rules (Before Save or Always, with Recalculate On Load) | Yes1 |
Business Rules: Editing Rules | Yes1 |
Business Rules: Initialization Rules | Yes1 |
Business Rules: Read Only Rules | Yes1 |
Business Rules: Required Rules | Yes1 |
Business Rules: Validation Rules | Yes1 |
Client Expressions | Yes |
Object Permissions | Yes |
Services | Yes |
LDAP | Yes |
Mobile | Yes |
Quick Actions (except UI Quick Actions) | Yes1 |
UI Quick Actions | Yes |
Reports | Yes1 |
Search/Dashboard without field references | Yes1 |
Search/Dashboard with field references | Yes1 |
1. Except in services. |
Parameters
None.
Return Value
Unicode text value.
Example
To find all incident instances that are assigned to the user associated with the current session, in the Advanced Search page, select the Owner field and in the text box enter:
$(CurrentLoginId())
See the following example:
CurrentLoginId() Example