Foundations Data Dictionary

fferpcore__ProcessLog__c

Label: Process Log

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

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

Text(255) false
fferpcore__Message__c Message Spring 2021 LongTextArea(131072)
fferpcore__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: fferpcore__ProcessRun__c
Lookup false
fferpcore__ProcessRun__c Process Run Spring 2021 Looks up to: fferpcore__ProcessRun__c
Lookup false
fferpcore__ProcessUserGroup__c Process User Group Spring 2021 Lookup to the Process User Group.

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

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

Text(18) false
fferpcore__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) false
fferpcore__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(fferpcore__RelatedRecordId__c)), HYPERLINK('/'+fferpcore__RelatedRecordId__c, fferpcore__RelatedRecordId__c) , HYPERLINK('/'+ fferpcore__RecordId__c , fferpcore__RecordId__c))
Text false
fferpcore__Status__c Status Spring 2021 Processing status of the record.

Picklist:
ERROR
OK
PENDING
false


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