ClaimFinancialSettings
Parent Type
File Suffix and Directory Location
ClaimFinancialSettings components have the suffix claimFinancialSettings and are stored in the ClaimFinancialSettings folder.
Version
ClaimFinancialSettings components are available in API version 57.0 and later.
Special Access Rules
To access this metadata type, you require access to either InsurancePolicyAdminAccess or InsuranceClaimMgmtAccess add-on license.
Fields
Field Name | Description |
---|---|
claimCovPendingAuthStatus |
|
claimPendingAuthorityStatus |
|
clmCovPymtDtlPendAuthSts |
|
masterLabel |
|
Declarative Metadata Sample Definition
The following is an example of a ClaimFinancialSettings component.
<?xml version="1.0" encoding="UTF-8"?>
<ClaimFinancialSettings xmlns="http://soap.sforce.com/2006/04/metadata">
<claimCovPendingAuthStatus>Pending Authority</claimCovPendingAuthStatus>
<claimPendingAuthorityStatus>Pending Authority</claimPendingAuthorityStatus>
<clmCovPymtDtlPendAuthSts>Pending Authority</clmCovPymtDtlPendAuthSts>
<masterLabel>Claim Financial Settings</masterLabel>
</ClaimFinancialSettings>
The following is an example package.xml that references the previous definition.
<?xml version="1.0" encoding="UTF-8"?><!--
~ Copyright 2022 salesforce.com, inc.
~ All Rights Reserved
~ Company Confidential
-->
<Package xmlns="http://soap.sforce.com/2006/04/metadata">
<types>
<members>*</members>
<name>ClaimFinancialSettings</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.