Newer Version Available
PricingActionParameters
Parent Type
This type extends the Metadata metadata type and inherits its fullName field.
File Suffix and Directory Location
PricingActionParameters components have the suffix .pricingActionParameters and are stored in the pricingActionParameters folder.
Version
PricingActionParameters components are available in API version 60.0 and later.
Special Access Rules
This metadata type is available with Salesforce Pricing.
Fields
| Field Name | Description |
|---|---|
| contextDefinition |
|
| contextMapping |
|
| developerName |
|
| effectiveFrom |
|
| effectiveTo |
|
| masterLabel |
|
| objectName |
|
| pricingProcedure |
|
Declarative Metadata Sample Definition
The following is an example of a PricingActionParameters component.
1<PricingActionParameters xmlns="http://soap.sforce.com/2006/04/metadata">
2 <developerName>CMEDefaultActionParameters</developerName>
3 <objectName>ORDER</objectName>
4 <pricingProcedure>PP</pricingProcedure>
5 <effectiveFrom>2024-04-08T07:32:00.000Z</effectiveFrom>
6 <effectiveTo>2024-04-11T07:32:00.000Z</effectiveTo>
7 <contextDefinition>SalesTransactionContext__stdctx</contextDefinition>
8 <contextMapping>SalesAgreementEntitiesMapping</contextMapping>
9 <masterLabel>PAP_test</masterLabel>
10</PricingActionParameters>The following is an example package.xml that references the previous definition.
1<?xml version="1.0" encoding="UTF-8"?>
2<Package xmlns="http://soap.sforce.com/2006/04/metadata">
3 <types>
4 <members>*</members>
5 <name>PricingActionParameters</name>
6 </types>
7 <version>66.0</version>
8</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.