Accounting Data Dictionary

Statement__c

Label: Customer Statement

Custom object used for logging customer statements for every run.

Field NameField LabelCreated in VersionDescriptionTypeDefault Value
ApexJobId__c Apex Job ID Spring 2019 Text(18)
Automated__c Automated Fall 2019 Checkbox false
BatchProcessStatus__c Batch Process Status Spring 2019 Formula:
TEXT(BatchProcess__r.Status__c)
Text
BatchProcess__c Batch Process Spring 2019 Looks up to: fflib_BatchProcess__c
Lookup
CollectionsStatementSpace__c Customer Statement Space Spring 2019 Looks up to: CollectionsStatementSpace__c
MasterDetail
NotificationType__c Notification Type Spring 2019 Formula:
IF(AND(TotalNumberOfErrors__c=0,TotalNumberOfAborts__c=0,TotalNumberOfExternal__c=0), 'Successful', IF(TotalNumberOfErrors__c > 0, 'Failure', IF(TotalNumberOfAborts__c > 0, 'Failure', IF( TotalNumberOfExternal__c > 0, 'Failure', '' ) ) ) )
Text
ProcessCompleted__c Process Completed Spring 2019 DateTime
ProcessStarted__c Process Started Spring 2019 DateTime
Sent__c Statements Sent Spring 2019 Summary
StatementRule__c Statement Rule Spring 2019 Looks up to: StatementRule__c
Lookup
Status__c Status Spring 2019 Picklist:
Complete
Error
Pending
Processing
TotalNumberOfAborts__c Total Number of Aborts Spring 2019 Summary
TotalNumberOfErrors__c Total Number of Errors Spring 2019 Summary
TotalNumberOfExternal__c Total Number of External Spring 2019 Summary
TotalNumberOfLogs__c Total Number of Logs Spring 2019 Summary
Total__c Total Spring 2019 Formula:
Sent__c + TotalNumberOfErrors__c
Number(18,0)


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