Configuration
API Name: Configuration__c
Generic configuration records
| Label | API Name | Type | Description |
|---|---|---|---|
| Name | Name |
AutoNumber | |
| Business Entity | BusinessEntity__c |
Text(255) | The name of a related business entity. |
| Data | Data__c |
LongTextArea(131072) | The actual configuration data (in JSON notation). |
| Information | InfoData__c |
LongTextArea(131072) | Additional information about the current configuration (in JSON notation). |
| Status | Status__c |
Picklist | The status of this configuration. Picklist values: Active, Inactive |
| Subtype | Subtype__c |
Text(255) | A further specification of the type. |
| Type | Type__c |
Picklist | The type of this configuration. Picklist values: Avalara ELR Mandate |
| Validation Error | ValidationError__c |
LongTextArea(32768) |