{ "sections": [ "title", "description", "file_information", "directory_location", "fields", "declarative_metadata_sample_definition" ], "title": "PricingActionParameters - Metadata API", "description": "Represents the pricing action that's associated with a context definition and pricing procedure.", "file_information": ".pricingActionParameters", "directory_location": "pricingActionParameters", "fields_columns": [ "type", "required", "description" ], "fields": { "contextDefinition": { "type": "string", "required": true, "description": "Context definition record that's associated with the pricing action." }, "contextMapping": { "type": "string", "required": true, "description": "Context mapping record that's associated with the pricing action." }, "developerName": { "type": "string", "required": true, "description": "Unique name of the pricing action parameter record. The name must begin with a letter and use only alphanumeric characters and underscores. The name must not include spaces, end with an underscore, or have two consecutive underscores." }, "effectiveFrom": { "type": "dateTime", "required": true, "description": "Date and time from when the pricing action becomes effective." }, "effectiveTo": { "type": "dateTime", "description": "Date and time till when the pricing action is in effect." }, "masterLabel": { "type": "string", "required": true, "description": "Master label of the pricing action parameter." }, "objectName": { "type": "string", "description": "Name of the object that's associated with the pricing action. Valid values are: Case Contract Opportunity Order Quote SalesAgreement WorkOrder" }, "pricingProcedure": { "type": "string", "description": "Pricing procedure record that's associated with this pricing action." } }, "declarative_metadata_sample_definition": [ { "description": "The following is an example of a PricingActionParameters component.", "code": "\n CMEDefaultActionParameters\n ORDER\n PP\n 2024-04-08T07:32:00.000Z\n 2024-04-11T07:32:00.000Z\n SalesTransactionContext__stdctx\n SalesAgreementEntitiesMapping\n PAP_test\n" } ] }