Accounting Data Dictionary

c2g__Statement__c

Label: Customer Statement

Custom object used for logging customer statements for every run.

Field NameField LabelCreated in VersionDescriptionTypeRequiredDefault Value
c2g__ApexJobId__c Apex Job ID Spring 2019 Text(18) false
c2g__Automated__c Automated Fall 2019 Checkbox false
c2g__BatchProcessStatus__c Batch Process Status Spring 2019 Formula:
TEXT(c2g__BatchProcess__r.c2g__Status__c)
Text
c2g__BatchProcess__c Batch Process Spring 2019 Looks up to: c2g__fflib_BatchProcess__c
Lookup false
c2g__CollectionsStatementSpace__c Customer Statement Space Spring 2019 Looks up to: c2g__CollectionsStatementSpace__c
MasterDetail
c2g__Excluded__c Statements Excluded Winter 2024 This field stores the number of excluded statements.

Summary
c2g__NotificationType__c Notification Type Spring 2019 Formula:
IF(AND(c2g__TotalNumberOfErrors__c=0,c2g__TotalNumberOfAborts__c=0,c2g__TotalNumberOfExternal__c=0), 'Successful', IF(c2g__TotalNumberOfErrors__c > 0, 'Failure', IF(c2g__TotalNumberOfAborts__c > 0, 'Failure', IF( c2g__TotalNumberOfExternal__c > 0, 'Failure', '' ) ) ) )
Text false
c2g__ProcessCompleted__c Process Completed Spring 2019 DateTime false
c2g__ProcessStarted__c Process Started Spring 2019 DateTime false
c2g__Sent__c Statements Sent Spring 2019 Summary
c2g__StatementRule__c Statement Rule Spring 2019 Looks up to: c2g__StatementRule__c
Lookup
c2g__Status__c Status Spring 2019 Picklist:
Complete
Error
Pending
Processing
false
c2g__ToSend__c Statements To Send Winter 2024 This field stores the number of statements eligible to send.

Number(18,0)
c2g__TotalNumberOfAborts__c Total Number of Aborts Spring 2019 Summary
c2g__TotalNumberOfErrors__c Total Number of Errors Spring 2019 Summary
c2g__TotalNumberOfExternal__c Total Number of External Spring 2019 Summary
c2g__TotalNumberOfLogs__c Total Number of Logs Spring 2019 Summary
c2g__Total__c Total Spring 2019 Formula:
c2g__ToSend__c + c2g__Excluded__c + c2g__Sent__c + c2g__TotalNumberOfErrors__c
Number(18,0) false


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