Foundations Data Dictionary

ProcessLog__c

Label: Process Log

Field NameField LabelCreated in VersionDescriptionTypeDefault Value
AsyncApexJobId__c Async Apex Job ID Spring 2021 ID of the asynchronous job processing this record.

Text(18)
GroupingKey__c Grouping Key Spring 2021 Stores the grouping key, which is generated by concatenating the values of the grouping fields.

Text(255)
Message__c Message Spring 2021 LongTextArea(131072)
ParentProcessRun__c Parent Process Run Spring 2021 In the case of grouped process chaining, this displays the parent of all the process runs.

Looks up to: ProcessRun__c
Lookup
ProcessRun__c Process Run Spring 2021 Looks up to: ProcessRun__c
Lookup
ProcessUserGroup__c Process User Group Spring 2021 Lookup to the Process User Group.

Looks up to: ProcessUserGroup__c
Lookup
QueryLocatorResultOrderingSequence__c Query Locator Result Ordering Sequence Spring 2021 The ordering sequence in which query locator result records are sorted.

Number(10,0)
RecordId__c Record ID Spring 2021 ID of the record that is to be processed.

Text(18)
RelatedRecordId__c Related Record ID Spring 2021 ID of the related record. This could be an intermediate record or output record's ID.

Text(18)
RelatedRecord__c Related Record Spring 2021 Contains the value of Related Record ID. Displays the Record ID if there is no Related Record ID available.

Formula:
IF(NOT(ISBLANK(RelatedRecordId__c)), HYPERLINK('/'+RelatedRecordId__c, RelatedRecordId__c) , HYPERLINK('/'+ RecordId__c , RecordId__c))
Text
Status__c Status Spring 2021 Processing status of the record.

Picklist:
ERROR
OK
PENDING


© Copyright 2009–2023 Certinia Inc. All rights reserved. Various trademarks held by their respective owners.