ClaimFinancialSettings

Represents the configuration settings for Insurance Claim Financial Services.

Where possible, we changed noninclusive terms to align with our company value of Equality. We maintained certain terms to avoid any effect on customer implementations.

Important

Parent Type

This type extends the Metadata metadata type and inherits its fullName field.

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
Field Type
string
Description

Required.

The status of pending financial authority for claim coverage.
claimPendingAuthorityStatus
Field Type
string
Description

Required.

The status of pending financial authority for claim.
clmCovPymtDtlPendAuthSts
Field Type
string
Description

Required.

The status of pending financial authority for claim coverage payment detail.
masterLabel
Field Type
string
Description

Required.

The unique label that identifies the claim financial settings throughout the Salesforce user interface.

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.