WarrantyLifeCycleMgmtSettings

Represents settings that control the Warranty Administration for your org.
This type extends the Metadata metadata type and inherits its fullName field.

In the package manifest, all organization settings metadata types are accessed using the Settings name. See Settings for more details.

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).
<?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>WarrantyLifecycleMgmt</members>
		<name>Settings</name>
	</types>
	<version>54.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.