Account
API Name: Account
Label | API Name | Type | Description |
---|---|---|---|
Balance | Balance__c |
SUM(Balance__c.Amount__c) | Shows the sum of all balances associated to this account. A positive amount is considered a debt, and a negative amount is considered a credit. |
Current SEPA Mandate | CurrentSepaMandate__c |
Lookup(PaymentInstrument__c) | |
Initial MRR | InitialMRR__c |
SUM(AccountMetric__c.Initial__c) | Provides the sum of initial values from account metrics amounts. |
Last MRR Update | LastMRRUpdate__c |
Date | The date when the MRR fields have been updated the last time. |
Default Payment Due | PaymentDue__c |
Number(3, 0) | |
VATIN | TaxNumber__c |
Text(50) | Specifies the value added tax identification number. |
VAT Number Valid | VATIsValid__c |
Checkbox | Is set to checked if the VAT number is validated successfully. |
Last VAT Validation Error | VATLastError__c |
Text(255) | Stores error messages regarding the last VAT number validation, is empty on success. |
Last Successful VAT Validation | VATLastValidationSuccess__c |
DateTime | Holds the timestamp of the last successful VAT number validation. |
Last VAT Validation | VATLastValidation__c |
DateTime | Holds the timestamp of the last VAT number validation. |
VAT Validated Address | VATValidatedAddress__c |
LongTextArea(32768) | Contains the address linked to the VAT number. The name may not be available even when VAT number is valid. |
VAT Validated Name | VATValidatedName__c |
Text(255) | Contains the name linked to the VAT number. The name may not be available even when VAT number is valid. |