AccountingModelConfig
Parent Type
File Suffix and Directory Location
AccountingModelConfig components have the suffix .accountingModelConfig and are stored in the accountingModelConfigs folder.
Version
AccountingModelConfig components are available in API version 57.0 and later.
Fields
Field Name | Description |
---|---|
accountingType |
|
defaultAccrualAccountCode |
|
defaultWriteOffAccountCode |
|
earliestCreatedDate |
|
expectedCashFlowGrouping |
|
financeBook |
|
internalMappingDetails |
|
isActive |
|
isGroupedByFundAccount |
|
isUsed |
|
jobFilterCriteria |
|
masterLabel |
|
paidCashFlowGrouping |
|
recordTypeFilter |
|
runOrder |
|
Declarative Metadata Sample Definition
The following is an example of an AccountingModelConfig component.
<?xml version="1.0" encoding="UTF-8"?>
<AccountingModelConfig
xmlns="http://soap.sforce.com/2006/04/metadata">
<fullName>ModelConfigOne</fullName>
<masterLabel>ModelConfigOne</masterLabel>
<defaultAccrualAccountCode>abc</defaultAccrualAccountCode>
<defaultWriteOffAccountCode>abc</defaultWriteOffAccountCode>
<isUsed>false</isUsed>
<isActive>false</isActive>
<runOrder>123</runOrder>
<recordTypeFilter>abcabc</recordTypeFilter>
<earliestCreatedDate>2021-12-01T00:00:00.000Z</earliestCreatedDate>
<internalMappingDetails>abcabc</internalMappingDetails>
<accountingType>Revenue</accountingType>
<expectedCashFlowGrouping>GroupByFundAccount</expectedCashFlowGrouping>
<paidCashFlowGrouping>GroupBySummary</paidCashFlowGrouping>
</AccountingModelConfig>
The following is an example package.xml that references the previous definition.
<?xml version="1.0" encoding="UTF-8"?>
<Package
xmlns="http://soap.sforce.com/2006/04/metadata">
<types>
<members>ModelConfigOne</members>
<name>AccountingModelConfig</name>
</types>
<version>57.0</version>
</Package>
Wildcard Support in the Manifest File
This metadata type supports the wildcard character * (asterisk) in the package.xml manifest file. For information about using the manifest file, see Deploying and Retrieving Metadata with the Zip File.