Application Usage Data
Stores usage audit log data. Logs details on user actions corresponding to wizard usage.
API Name: SVMXA360__COMM_ApplicationUsageData__c
Number of Fields: 15
FIELD LABEL
FIELD NAME
DATA TYPE
DESCRIPTION
Custom Relationship Fields
Action Record Id
SVMXA360__ActionRecordId__c
Lookup(Process Wizard Step)
Record Id of the wizard action step.
User Id
SVMXA360__UserId__c
Lookup(User)
Stores User detail, who initiated the action.
Standard Fields
Usage Data Number
Name
Auto Number
Auto generated record number.
Custom Fields
Action Developer Name
SVMXA360__ActionDeveloperName__c
Text(80)
Stores the developer name of the action initiated.
Action Name
SVMXA360__ActionName__c
Text(80)
Stores the initiated action name.
Application Name
SVMXA360__ApplicationName__c
Text(80)
Stores the Feature Name that is tracked.
End Time
SVMXA360__EndTime__c
Date/Time
Stores date time when the action completes.
End Time (in millisec)
SVMXA360__EpochEndTime__c
Number(18, 0)
Stores epoch time finish.
Object API name
SVMXA360__ObjectApiName__c
Text(80
Stores the object API name where the feature is used.
Source Record Id
SVMXA360__SourceRecordId__c
Text(40)
Stores source recordId on which action is initiated.
Start Time
SVMXA360__StartTime__c
Date/Time
Stores Date-time when action initiated.
Start Time (in millisec)
SVMXA360__EpochStartTime__c
Number(18, 0)
Stores epoch time of action initiated.
Status
SVMXA360__Status__c
Text(40)
Stores the Action completion status. Possible values: Completed, Canceled
Time Taken in Seconds
SVMXA360__TimeTaken__c
Formula (Number)
The time difference in seconds between the end and the start of the process.
Unique Id
SVMXA360__UniqueId__c
Text(80) (External ID) (Unique Case Insensitive)
Stores the UUID.
Was this helpful?