WarrantyLifeCycleMgmtSettings
File Suffix and Directory Location
WarrantyLifeCycleMgmtSettings values are stored in the WarrantyLifecycleMgmt.settings file in the settings directory.
Version
WarrantyLifeCycleMgmtSettings components are available in API version 54.0 and later.
Fields
| Field Name | Field Type | Description |
|---|---|---|
| enableWarrantyLCMgmt | boolean | Indicates whether warranty life-cycle management is enabled in your org (true) or not false). |
Declarative Metadata Sample Definition
The following is an example of WarrantyLifeCycleMgmtSettings component.
1<!--
2 ~ Copyright 2022 salesforce.com, inc.
3 ~ All Rights Reserved
4 ~ Company Confidential
5 -->
6<WarrantyLifecycleMgmtSettings
7 xmlns="http://soap.sforce.com/2006/04/metadata">
8 <enableWarrantyLCMgmt>true</enableWarrantyLCMgmt>
9</WarrantyLifecycleMgmtSettings>The following is an example package.xml that references the previous definition.
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 ~ Copyright 2022 salesforce.com, inc.
4 ~ All Rights Reserved
5 ~ Company Confidential
6 -->
7<Package
8 xmlns="http://soap.sforce.com/2006/04/metadata">
9 <types>
10 <members>WarrantyLifecycleMgmt</members>
11 <name>Settings</name>
12 </types>
13 <version>54.0</version>
14</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.