Skip to content

Log__c

Used by Nebula Logger to unify all log entries generated in a single transaction

Attribute Value
Object Type Custom Object
Label Log
Plural Label Logs
Apex Trigger Log
FlexiPage LogRecordPage
Track History Yes
Fields 101 (95 active, 6 deprecated)

Fields (101 of 101)

Search

The release number for the org’s instance - determined by making a callout to status.salesforce.com

Attribute Value
Label DEPRECATED: API Release Number
Type Text
Length 255
Required No
Track History No
Compliance Group None
Security Classification Confidential
Business Status DeprecateCandidate

The release version for the org’s instance - determined by making a callout to status.salesforce.com

Attribute Value
Label DEPRECATED: API Release Version
Type Text
Length 255
Required No
Track History No
Compliance Group None
Security Classification Confidential
Business Status DeprecateCandidate

The Salesforce release (API version) of the environment

Attribute Value
Label DEPRECATED: API Version
Type Picklist
Required No
Track History No
Compliance Group None
Security Classification Confidential
Business Status DeprecateCandidate

Picklist Values

API Value Label Default
v66.0 v66.0 - Spring’26 Release No
v65.0 v65.0 - Winter’26 Release No
Attribute Value
Label Async Context Child Job ID
Type Text
Length 18
Required No
Track History No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Async Context Parent Job ID
Type Text
Length 18
Required No
Track History No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Async Context Trigger ID
Type Text
Length 18
Required No
Track History No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Async Context Type
Type Picklist
Required No
Track History No
Compliance Group None
Security Classification Confidential
Business Status Active

Picklist Values

API Value Label Default
Database.BatchableContext Database.BatchableContext No
System.FinalizerContext System.FinalizerContext No
System.QueueableContext System.QueueableContext No
System.SchedulableContext System.SchedulableContext No
Attribute Value
Label Closed By
Type Lookup
Required No
References User
Relationship Name ClosedLogs
Delete Constraint SetNull
Track History Yes
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active
Attribute Value
Label Closed Date
Type DateTime
Required No
Track History Yes
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Comments
Type LongTextArea
Length 4000
Required No
Track History Yes
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label End Time
Type Summary
Required No
Track History No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Has Comments
Type Checkbox
Required No
Default Value false
Track History No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Has User Federation Identifier
Type Checkbox
Required No
Default Value false
Track History No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Has Organization Limits
Type Checkbox
Required No
Default Value false
Track History Yes
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Impersonated By
Type Lookup
Required No
References User
Relationship Name ImpersonatedLogs
Delete Constraint SetNull
Track History No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active
Attribute Value
Label Impersonated By Username
Type Text
Required No
Track History No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active

Formula

IF(
ISBLANK(ImpersonatedBy__c),
null,
HYPERLINK(
ImpersonatedBy__c,
ImpersonatedBy__r.Username,
'_top'
)
)

Treat blank values as: BlankAsZero

Attribute Value
Label Is Closed
Type Checkbox
Required No
Default Value false
Track History Yes
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Is Resolved
Type Checkbox
Required No
Default Value false
Track History Yes
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Issue
Type Picklist
Required No
Track History Yes
Compliance Group None
Security Classification Confidential
Business Status Active

Picklist Values

API Value Label Default
Code Issue Code Issue No
Config Issue Config Issue No
Data Issue Data Issue No
Integration Issue Integration Issue No
No Issue No Issue No

Restricted

Attribute Value
Label Locale
Type Text
Length 255
Required No
Track History No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active
Attribute Value
Label Summary
Type Text
Required No
Track History No
Compliance Group None
Security Classification Confidential
Business Status Active

Formula

TEXT(TotalLogEntries__c) + ' total entries'
+ IF(
TotalERRORLogEntries__c = 0,
'',
', ' + TEXT(TotalERRORLogEntries__c) + ' error(s)'
)
+ IF(
TotalWARNLogEntries__c = 0,
'',
', ' + TEXT(TotalWARNLogEntries__c) + ' warning(s)'
)

Treat blank values as: BlankAsZero

Attribute Value
Label Logged By
Type Lookup
Required No
References User
Relationship Name Logs
Delete Constraint SetNull
Track History No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active
Attribute Value
Label User Federation Identifier
Type LongTextArea
Length 512
Required No
Track History No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active
Attribute Value
Label Username
Type Text
Length 255
Required No
Track History No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active
Attribute Value
Label Username
Type Text
Required No
Track History No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active

Formula

IF(
ISBLANK(LoggedBy__c),
'Anonymous',
HYPERLINK(
LoggedBy__c,
IF(
ISPICKVAL(UserType__c, 'AutomatedProcess'),
TRIM(LoggedBy__r.FirstName + ' ' + LoggedBy__r.LastName),
LoggedByUsername__c
),
'_top'
)
)

Treat blank values as: BlankAsZero

Attribute Value
Label Username
Type Text
Required No
Track History No
Compliance Group PII;HIPAA;CCPA
Security Classification Confidential
Business Status Active

Formula

IF(ISBLANK(LoggedBy__c),
'Anonymous',
IF(ISPICKVAL(UserType__c, 'AutomatedProcess'),
TRIM(LoggedBy__r.FirstName + ' ' + LoggedBy__r.LastName),
LoggedByUsername__c)
)

Treat blank values as: BlankAsZero

Attribute Value
Label Logger Version Number
Type Text
Length 14
Required No
External ID Yes
Track History No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Login Application
Type Text
Length 255
Required No
Track History No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active
Attribute Value
Label Login Browser
Type Text
Length 255
Required No
Track History No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active
Attribute Value
Label DEPRECATED: Login Domain
Type Url
Required No
Track History No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status DeprecateCandidate
Attribute Value
Label Login History ID
Type Text
Length 18
Required No
Track History No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active
Attribute Value
Label Login Platform
Type Text
Length 255
Required No
Track History No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active
Attribute Value
Label Login Type
Type Picklist
Required No
Track History No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active

Picklist Values

API Value Label Default
Application Application No
Remote Access 2.0 Remote Access 2.0 No
SAML Idp Initiated SSO SAML Idp Initiated SSO No
Attribute Value
Label Logout URL
Type Url
Required No
Track History No
Compliance Group None
Security Classification Confidential
Business Status Active

Used by the batch job LogBatchPurger, this indicates the action that should be taken for a Logc record when LogRetentionDatec < TODAY. Out of the box, only ‘Delete’ is used by Logger, but plugins can add & use new values.

Attribute Value
Label Log Purge Action
Type Picklist
Required No
Track History Yes
Compliance Group None
Security Classification Confidential
Business Status Active

Picklist Values

API Value Label Default
Delete Delete No

The date that this log can be automatically deleted by the batch job LogBatchPurger.

It defaults to 2 weeks after creation (configurable in Logger Settings), but the date can be set manually or via automation if certain logs need to be kept longer/indefinitely.

The date that this log can be automatically deleted by the batch job LogBatchPurger.

Attribute Value
Label Log Retention Date
Type Date
Required No
Track History Yes
Compliance Group None
Security Classification Confidential
Business Status Active

The highest logging level ordinal of any related log entries

Attribute Value
Label Max Log Entry Logging Level Ordinal
Type Summary
Required No
Track History No
Compliance Group None
Security Classification Confidential
Business Status Active

The Network ID of the Community user’s site. Set with Network.getNetworkId()

The Network ID of the user’s Community site.

Attribute Value
Label Site Network ID
Type Text
Length 18
Required No
External ID Yes
Track History No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active
Attribute Value
Label Site Login URL
Type Url
Required No
Track History No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active
Attribute Value
Label Site Logout URL
Type Url
Required No
Track History No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active

The name of the user’s Community site (based on NetworkId).

Attribute Value
Label Site Name
Type Text
Length 255
Required No
Track History No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active
Attribute Value
Label Site Self Registration URL
Type Url
Required No
Track History No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active

The UrlPathPrefix is a unique string at the end of the URL for this community. For example, in the community URL CommunitiesSubdomainName.force.com/customers, customers is the UrlPathPrefix.

Attribute Value
Label Site URL Path Prefix
Type Text
Length 255
Required No
Track History No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active

The Salesforce release (API version) of the environment

Attribute Value
Label Organization API Version
Type Picklist
Required No
Track History No
Compliance Group None
Security Classification Confidential
Business Status Active

Picklist Values

API Value Label Default
v66.0 v66.0 - Spring’26 Release No
v65.0 v65.0 - Winter’26 Release No

The value returned from System.URL.getOrgDomainUrl()

Attribute Value
Label Organization Domain URL
Type Url
Required No
Track History No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Environment Type
Type Picklist
Required No
Track History No
Compliance Group None
Security Classification Confidential
Business Status Active

Picklist Values

API Value Label Default
Production Production No
Sandbox Sandbox No
Scratch Org Scratch Org No
Attribute Value
Label Organization ID
Type Text
Length 18
Required No
Track History No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Instance Name
Type Text
Length 255
Required No
Track History No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label DEPRECATED: Instance Release Cycle
Type Picklist
Required No
Track History No
Compliance Group None
Security Classification Confidential
Business Status DeprecateCandidate

Picklist Values

API Value Label Default
Preview Instance Preview Instance No
Non-Preview Instance Non-Preview Instance No
Unknown Unknown No
Attribute Value
Label Organization Limits
Type LongTextArea
Length 131072
Required No
Track History No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Organization Location
Type Picklist
Required No
Track History Yes
Compliance Group None
Security Classification Confidential
Business Status Active

Picklist Values

API Value Label Default
APAC APAC No
EMEA EMEA No
NA NA No

Restricted

Attribute Value
Label Organization Name
Type Text
Length 255
Required No
Track History No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Organization Namespace Prefix
Type Text
Length 255
Required No
Track History No
Compliance Group None
Security Classification Confidential
Business Status Active

The release number for the org’s instance - determined by making a callout to status.salesforce.com

Attribute Value
Label Organization Release Number
Type Text
Length 255
Required No
Track History No
Compliance Group None
Security Classification Confidential
Business Status Active

The release version for the org’s instance - determined by making a callout to status.salesforce.com

Attribute Value
Label Organization Release Version
Type Text
Length 255
Required No
Track History No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Organization Type
Type Picklist
Required No
Track History No
Compliance Group None
Security Classification Confidential
Business Status Active

Picklist Values

API Value Label Default
Team Edition Team Edition No
Professional Edition Professional Edition No
Enterprise Edition Enterprise Edition No
Developer Edition Developer Edition No
Personal Edition Personal Edition No
Unlimited Edition Unlimited Edition No
Contact Manager Edition Contact Manager Edition No
Base Edition Base Edition No

The log from the original transaction that initiated a child log - for example, batch jobs have start, execute and finish methods. All 3 are considered separate transactions. By using the parent log, logs from all 3 transactions can be linked together.

Attribute Value
Label Parent Log
Type Lookup
Required No
References Log__c
Relationship Name ChildLogs
Relationship Label Related Logs
Delete Constraint SetNull
Track History No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active
Attribute Value
Label Parent Log
Type Text
Required No
Track History No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active

Formula

IF(
NOT(ISBLANK(ParentLog__c)),
HYPERLINK(ParentLog__c, ParentLog__r.Name + ' - ' + ParentLogTransactionId__c, '_top'),
ParentLogTransactionId__c
)

Treat blank values as: BlankAsZero

Attribute Value
Label Parent Log Transaction ID
Type Text
Length 36
Required No
Track History No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active
Attribute Value
Label Parent Session ID
Type Text
Length 120
Required No
Track History No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active
Attribute Value
Label Priority
Type Picklist
Required No
Track History Yes
Compliance Group None
Security Classification Confidential
Business Status Active

Picklist Values

API Value Label Default
High High No
Medium Medium No
Low Low Yes

Restricted

Attribute Value
Label Profile ID
Type Text
Length 18
Required No
Track History No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active
Attribute Value
Label Profile
Type Text
Required No
Track History No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active

Formula

HYPERLINK('/' + ProfileId__c, ProfileName__c, '_top')

Treat blank values as: BlankAsZero

Attribute Value
Label Profile Name
Type Text
Length 255
Required No
Track History No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active

The value returned when calling System.Request.getCurrent().getRequestId()

Attribute Value
Label Request ID
Type Text
Length 36
Required No
External ID Yes
Track History No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label DEPRECATED: Scenario
Type Text
Length 255
Required No
External ID Yes
Track History No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status DeprecateCandidate
Attribute Value
Label Session ID
Type Text
Length 120
Required No
Track History No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active
Attribute Value
Label Session Security Level
Type Picklist
Required No
Track History No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active

Picklist Values

API Value Label Default
LOW LOW No
STANDARD STANDARD No
HIGH_ASSURANCE HIGH_ASSURANCE No
Attribute Value
Label Session Type
Type Picklist
Required No
Track History No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active

Picklist Values

API Value Label Default
Aura Aura No
Oauth2 Oauth2 No
UI UI No
Visualforce Visualforce No
Attribute Value
Label Source IP
Type Text
Length 255
Required No
Track History No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active
Attribute Value
Label Start Time
Type Summary
Required No
Track History No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Status
Type Picklist
Required No
Track History Yes
Compliance Group None
Security Classification Confidential
Business Status Active

Picklist Values

API Value Label Default
New New Yes
Ignored Ignored No
On Hold On Hold No
In Progress In Progress No
Done Done No

Restricted

Attribute Value
Label System Mode
Type Picklist
Required No
Track History No
Compliance Group None
Security Classification Confidential
Business Status Active

Picklist Values

API Value Label Default
ANONYMOUS ANONYMOUS No
AURA AURA No
BATCH_ACS BATCH_ACS No
BATCH_APEX BATCH_APEX No
BATCH_CHUNK_PARALLEL BATCH_CHUNK_PARALLEL No
BATCH_CHUNK_SERIAL BATCH_CHUNK_SERIAL No
BULK_API BULK_API No
COMMERCE_INTEGRATION COMMERCE_INTEGRATION No
DISCOVERABLE_LOGIN DISCOVERABLE_LOGIN No
FUNCTION_CALLBACK FUNCTION_CALLBACK No
FUTURE FUTURE No
INBOUND_EMAIL_SERVIC INBOUND_EMAIL_SERVIC No
INVOCABLE_ACTION INVOCABLE_ACTION No
IOT IOT No
QUEUEABLE QUEUEABLE No
QUICK_ACTION QUICK_ACTION No
REMOTE_ACTION REMOTE_ACTION No
REST REST No
RUNTEST_ASYNC RUNTEST_ASYNC No
RUNTEST_DEPLOY RUNTEST_DEPLOY No
RUNTEST_SYNC RUNTEST_SYNC No
SCHEDULED SCHEDULED No
SOAP SOAP No
SYNCHRONOUS SYNCHRONOUS No
TRANSACTION_FINALIZE TRANSACTION_FINALIZE No
VF VF No
Attribute Value
Label System Mode
Type Text
Required No
Track History No
Compliance Group None
Security Classification Confidential
Business Status Active

Formula

'API.' + TEXT(ApiVersion__c) + '.' + TEXT(SystemMode__c)

Treat blank values as: BlankAsZero

Attribute Value
Label Theme Displayed
Type Picklist
Required No
Track History No
Compliance Group None
Security Classification Confidential
Business Status Active

Picklist Values

API Value Label Default
Theme1 Obsolete Salesforce Theme No
Theme2 Salesforce Classic 2005 No
Theme3 Salesforce Classic No
Theme4d Lightning Experience No
Theme4t Salesforce Mobile App No
Theme4u Lightning Console No
PortalDefault Customer Portal No
Webstore AppExchange No
Attribute Value
Label Time Zone ID
Type Text
Length 255
Required No
Track History No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active
Attribute Value
Label Time Zone Name
Type Text
Length 255
Required No
Track History No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active

The total number of log entries with logging level == ‘DEBUG’

Attribute Value
Label Total DEBUG Entries
Type Summary
Required No
Track History No
Compliance Group None
Security Classification Confidential
Business Status Active

The total number of log entries with logging level == ‘ERROR’

Attribute Value
Label Total ERROR Entries
Type Summary
Required No
Track History No
Compliance Group None
Security Classification Confidential
Business Status Active

The total number of log entries with logging level == ‘FINE’

Attribute Value
Label Total FINE Entries
Type Summary
Required No
Track History No
Compliance Group None
Security Classification Confidential
Business Status Active

The total number of log entries with logging level == ‘FINER’

Attribute Value
Label Total FINER Entries
Type Summary
Required No
Track History No
Compliance Group None
Security Classification Confidential
Business Status Active

The total number of log entries with logging level == ‘FINEST’

Attribute Value
Label Total FINEST Entries
Type Summary
Required No
Track History No
Compliance Group None
Security Classification Confidential
Business Status Active

The total number of log entries with logging level == ‘INFO’

Attribute Value
Label Total INFO Entries
Type Summary
Required No
Track History No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Total CPU
Type Summary
Required No
Track History No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Total Entries
Type Number
Precision / Scale 18 / 0
Required No
Track History No
Compliance Group None
Security Classification Confidential
Business Status Active

Formula

TotalERRORLogEntries__c
+ TotalWARNLogEntries__c
+ TotalINFOLogEntries__c
+ TotalDEBUGLogEntries__c
+ TotalFINELogEntries__c
+ TotalFINERLogEntries__c
+ TotalFINESTLogEntries__c

Treat blank values as: BlankAsZero

The total number of log entries with logging level == ‘WARN’

Attribute Value
Label Total WARN Entries
Type Summary
Required No
Track History No
Compliance Group None
Security Classification Confidential
Business Status Active

The unique ID generated by Nebula Logger for a particular transaction

Attribute Value
Label Transaction ID
Type Text
Length 36
Required No
Unique Yes
External ID Yes
Track History No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Transaction Scenario
Type Lookup
Required No
References LoggerScenario__c
Relationship Name Logs
Relationship Label Logs
Delete Constraint SetNull
Track History Yes
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active
Attribute Value
Label Transaction Scenario
Type Text
Required No
Track History No

Formula

IF(
ISBLANK(TransactionScenario__c),
TransactionScenarioName__c,
HYPERLINK(
'/' + TransactionScenario__c,
TransactionScenario__r.Name,
'_top'
)
)

Treat blank values as: BlankAsZero

Attribute Value
Label Transaction Scenario Name
Type Text
Length 255
Required No
Track History No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Transaction Scenario
Type Text
Required No
Track History No

Formula

IF(
NOT(ISBLANK(TransactionScenario__c)),
TransactionScenario__r.Name,
TransactionScenarioName__c
)

Treat blank values as: BlankAsZero

https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_userlicense.htm

Attribute Value
Label User License Definition Key
Type Picklist
Required No
Track History No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active

Picklist Values

API Value Label Default
AUL AUL No
AUL_LIGHT AUL_LIGHT No
AUL1 AUL1 No
FDC_ONE FDC_ONE No
FDC_SUB FDC_SUB No
Overage_Platform_Portal_User Overage_Platform_Portal_User No
PID_CHATTER PID_CHATTER No
PID_CONTENT PID_CONTENT No
PID_Customer_Community PID_Customer_Community No
PID_Customer_Community_Login PID_Customer_Community_Login No
PID_Customer_Portal_Basic PID_Customer_Portal_Basic No
PID_Customer_Portal_Standard PID_Customer_Portal_Standard No
PID_FDC_FREE PID_FDC_FREE No
PID_IDEAS PID_IDEAS No
PID_Ideas_Only_Portal PID_Ideas_Only_Portal No
PID_Ideas_Only_Site PID_Ideas_Only_Site No
PID_KNOWLEDGE PID_KNOWLEDGE No
PID_Limited_Customer_Portal_Basic PID_Limited_Customer_Portal_Basic No
PID_Limited_Customer_Portal_Standard PID_Limited_Customer_Portal_Standard No
PID_Overage_Customer_Portal_Basic PID_Overage_Customer_Portal_Basic No
PID_Overage_High PID_Overage_High No
PID_Partner_Community PID_Partner_Community No
PID_Partner_Community_Login PID_Partner_Community_Login No
PID_STRATEGIC_PRM PID_STRATEGIC_PRM No
Platform_Portal_User Platform_Portal_User No
POWER_PRM POWER_PRM No
POWER_SSP POWER_SSP No
SFDC SFDC No
Attribute Value
Label User License ID
Type Text
Length 18
Required No
Track History No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active
Attribute Value
Label User License Name
Type Picklist
Required No
Track History No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active

Picklist Values

API Value Label Default
Analytics Cloud Integration User Analytics Cloud Integration User No
Authenticated Website Authenticated Website No
Chatter External Chatter External No
Chatter Free Chatter Free No
Cloud Integration User Cloud Integration User No
Customer Community Customer Community No
Customer Community Login Customer Community Login No
Customer Community Plus Customer Community Plus No
Customer Community Plus Login Customer Community Plus Login No
Customer Portal Manager Custom Customer Portal Manager Custom No
Customer Portal Manager Standard Customer Portal Manager Standard No
External Identity External Identity No
Force.com - App Subscription Force.com - App Subscription No
Force.com - Free Force.com - Free No
Gold Partner Gold Partner No
High Volume Customer Portal High Volume Customer Portal No
Identity Identity No
Partner App Subscription Partner App Subscription No
Partner Community Partner Community No
Partner Community Login Partner Community Login No
Salesforce Salesforce No
Salesforce Platform Salesforce Platform No
Silver Partner Silver Partner No
Work.com Only Work.com Only No
XOrg Proxy User XOrg Proxy User No
Attribute Value
Label User Logging Level
Type Picklist
Required No
Track History No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active

Global Value Set: LoggingLevel

Attribute Value
Label User Logging Level Ordinal
Type Number
Precision / Scale 2 / 0
Required No
Track History No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active
Attribute Value
Label User Role ID
Type Text
Length 18
Required No
Track History No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active
Attribute Value
Label User Role
Type Text
Required No
Track History No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active

Formula

HYPERLINK('/' + UserRoleId__c, UserRoleName__c, '_top')

Treat blank values as: BlankAsZero

Attribute Value
Label User Role Name
Type Text
Length 255
Required No
Track History No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active
Attribute Value
Label User Type
Type Picklist
Required No
Track History No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active

Picklist Values

API Value Label Default
Standard Standard No
PowerPartner PowerPartner No
CSPLitePortal CSPLitePortal No
CustomerSuccess CustomerSuccess No
PowerCustomerSuccess PowerCustomerSuccess No
CsnOnly CsnOnly No
AutomatedProcess AutomatedProcess No
Guest Guest No
Attribute Value
Label Logged By Current User
Type Checkbox
Required No
Track History No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active

Formula

$User.Id == LoggedBy__c

Treat blank values as: BlankAsZero