{
"sections": [
"title",
"description",
"file_information",
"directory_location",
"fields",
"wsdl_segment",
"declarative_metadata_sample_definition"
],
"title": "AccountingSettings - Metadata API",
"description": "Represents the settings for the Accounting Subledger feature.",
"file_information": ".settings",
"directory_location": "settings",
"fields_columns": [
"type",
"description",
"reserved_for_internal_use"
],
"fields": {
"enableAccountingSubledger": {
"type": "boolean",
"description": "Indicates whether Transaction Journal creation is enabled for the organization (true) or not (false)."
},
"enableAslDataCloud": {
"type": "boolean",
"description": "Requires Data Cloud and Accounting Subledger access. Indicates whether Data Cloud Runtime for Accounting Subledger feature is enabled for the organization (true) or not (false). This field is available in API version 66.0 and later."
},
"enableFinancePeriod": {
"type": "boolean",
"reserved_for_internal_use": true
},
"enablePaymentMethodAdjust": {
"type": "boolean",
"description": "Indicates whether changes to the Payment Method generate adjustments on Transaction Journal records (true) or not (false)."
},
"enableScheduledJob": {
"type": "boolean",
"reserved_for_internal_use": true
},
"enableSkipReversalLogicEnabled": {
"type": "boolean",
"description": "Indicates whether Skip Reversal Logic is enabled (true) or not (false)."
}
},
"wsdl_segment": "```xml\n\n \n \n \n \n \n \n \n \n \n \n \n \n\n```",
"declarative_metadata_sample_definition": [
{
"description": "The following is an example of an AccountingSettings component.",
"code": "\n\n\ttrue\n\ttrue\n\ttrue\n\tfalse\n"
}
]
}