Session
API Name: Session__c
Session information for authenticated users of the self service extension.
Label | API Name | Type | Description |
---|---|---|---|
Session Name | Name |
AutoNumber | |
Account | Account__c |
Lookup(Account) | The account for this session. |
Contact | Contact__c |
Lookup(Contact) | The contact for this session. |
Expires | Expires__c |
DateTime | The date and time at which the session expires. |
Session Id | SessionId__c |
Text(64) | The unique session id. |
Timeout (minutes) | Timeout__c |
Number(18, 0) | The session timeout in minutes. |