Foundations Data Dictionary

fferpcore__ScheduledJobRun__c

Label: Scheduled Job Run

Field NameField LabelCreated in VersionDescriptionTypeRequiredDefault Value
fferpcore__ApexJobId__c Apex Job Id Pre-Spring 2018 Text(18) false
fferpcore__BatchProcessStatus__c Batch Process Status Pre-Spring 2018 Formula:
TEXT( fferpcore__BatchProcess__r.fferpcore__Status__c )
Text false
fferpcore__BatchProcess__c Batch Process Pre-Spring 2018 Looks up to: fferpcore__fflib_BatchProcess__c
Lookup false
fferpcore__NotificationType__c Notification Pre-Spring 2018 Indicates whether the batch control was successful. The indication is Successful, Failed or Mixed depending on the total number of errors, aborted batches and number of batches that exceeded limits.

Formula:
IF ( fferpcore__TotalNumberOfLogs__c = 0, 'Undefined', IF ( AND ( fferpcore__TotalNumberOfErrors__c = 0, fferpcore__TotalNumberOfAborts__c = 0, fferpcore__TotalNumberOfExternal__c = 0 ), 'Successful', IF ( fferpcore__TotalNumberOfErrors__c = fferpcore__TotalNumberOfLogs__c, 'Failure', IF ( fferpcore__TotalNumberOfAborts__c > 0, 'Failure', IF ( fferpcore__TotalNumberOfExternal__c > 0, 'Failure', 'Mixed' ) ) ) ) )
Text false
fferpcore__Process__c Scheduled Job Pre-Spring 2018 Looks up to: fferpcore__ScheduledJob__c
MasterDetail
fferpcore__Status__c Status Pre-Spring 2018 Picklist:
Complete
Error
Processing
fferpcore__TotalNumberOfAborts__c Total Aborted Batches Pre-Spring 2018 Total number of aborted batches based on the number of batch logs that contain a log type of Abort.

Summary
fferpcore__TotalNumberOfErrors__c Total Errors Pre-Spring 2018 Total number of records with an error based on the number of batch logs that contain a log type of Error.

Summary
fferpcore__TotalNumberOfExternal__c Total Number of Batches Exceeding Limits Pre-Spring 2018 Total number of batches that exceed Salesforce governor limits or contain other issues based on the number of batch logs that contain a log type of External.

Summary
fferpcore__TotalNumberOfLogs__c Total Logs Pre-Spring 2018 Total number of batch logs for this batch control.

Summary


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