CareLimitType
Parent Type
This type extends the Metadata metadata type and inherits its fullName field.
File Suffix and Directory Location
CareLimitType components have the suffix .careLimitType and are stored in the careLimitTypes folder.
Version
CareLimitType components are available in API version 52.0 and later.
Fields
Field Name | Description |
---|---|
isProtected |
|
limitType |
|
masterLabel |
|
metricType |
|
Declarative Metadata Sample Definition
This is an example of a CareLimitType component.
<?xml version="1.0" encoding="UTF-8"?>
<CareLimitType xmlns="http://soap.sforce.com/2006/04/metadata">
<limitType>test</limitType>
<masterLabel>test</masterLabel>
<metricType>Money</metricType>
<isProtected>false</isProtected>
</CareLimitType>
This 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>*</members>
<name>CareLimitType</name>
</types>
<version>52.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.