MfgProgramTemplate
Parent Type
File Suffix and Directory Location
MfgProgramTemplate components have the suffix .mfgProgramTemplate and are stored in the MfgProgramTemplate folder.
Version
MfgProgramTemplate components are available in API version 54.0 and later.
Special Access Rules
The program-based business feature setting for Manufacturing Cloud is required to create a program template.
Fields
Field Name | Description |
---|---|
description |
|
programTemplateItems |
|
programTemplateName |
|
status |
|
MfgProgramTemplateItem
A program template item defines each of the templates associated with a manufacturing program. A template item includes program details, such as a data transformation type and a display order. Transformation type is the method to forecast business visibility to manufacturers.
Field Name | Description |
---|---|
advAccountForecastSet |
|
description |
|
templateItemName |
|
transformationDisplayOrder |
|
transformationType |
|
Declarative Metadata Sample Definition
The following is an example of a MfgProgramTemplate component.
<?xml version="1.0" encoding="UTF-8"?>
<MfgProgramTemplate xmlns="http://soap.sforce.com/2006/04/metadata" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<description>Program Template</description>
<programTemplateItems>
<templateItemName>Template Item #1</templateItemName>
<transformationDisplayOrder>1</transformationDisplayOrder>
<transformationType>BusinessTransformation</transformationType>
<description>Program Template Item</description>
</programTemplateItems>
<programTemplateName>Sample Program Template</programTemplateName>
<status>Draft</status>
</MfgProgramTemplate>
The following 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>MfgProgramTemplate</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.