Newer Version Available
SvcCatalogItemDef
Represents the entity associated with a specific, individual
service available in the Service Catalog.
File Suffix and Directory Location
SvcCatalogItemDef components have the suffix catalogItem and are stored in the svcCatalogItems folder.
Version
SvcCatalogItemDef components are available in API version 53.0 and later.
Fields
| Field Name | Description |
|---|---|
| categories |
|
| description |
|
| flow |
|
| image |
|
| internalNotes |
|
| isFeatured |
|
| isProtected |
|
| masterLabel |
|
| sharedTo |
|
| status |
|
SvcCatalogCategoryItem
Represents the assignment of this service to a category within the Service Catalog.
| Field Name | Description |
|---|---|
| isPrimaryCategory |
|
| sortOrder |
|
| svcCatalogCategory |
|
Declarative Metadata Sample Definition
The following is an example of a SvcCatalogItemDef component.
1<?xml version="1.0" encoding="UTF-8"?>
2<SvcCatalogItemDef xmlns="http://soap.sforce.com/2006/04/metadata">
3 <categories>
4 <isPrimaryCategory>true</isPrimaryCategory>
5 <sortOrder>1</sortOrder>
6 <svcCatalogCategory>category_1639787736046_Hardware</svcCatalogCategory>
7 </categories>
8 <categories>
9 <isPrimaryCategory>false</isPrimaryCategory>
10 <sortOrder>1</sortOrder>
11 <svcCatalogCategory>category_1639787728370_NewHireEssentials</svcCatalogCategory>
12 </categories>
13 <description>Request a new Laptop from Technology Organization.</description>
14 <flow>item_1639788052216_NewLaptop</flow>
15 <image>requestLaptop</image>
16 <isFeatured>true</isFeatured>
17 <isProtected>false</isProtected>
18 <masterLabel>New Laptop</masterLabel>
19 <sharedTo/>
20 <status>Published</status>
21</SvcCatalogItemDef>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.