Product pricing methods
Updated: November 29, 2016
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Microsoft Dynamics 365 uses the ProductPriceLevel.PricingMethodCode attribute to determine prices. The value of this attribute affects:
How the price for the product is determined for each unit of measure that is defined for that product.
What attributes are required when you create or update a product price level and its associated product.
You can also use custom pricing for products instead of using the Dynamics 365 system pricing. More information: Use custom pricing for products
The following table lists the formulas that are used for each value and the attributes that are required by each value.
Drop-down list value and equivalent pricing method value | Description and required attributes | ||
|---|---|---|---|
Currency Amount | The price is specified for each unit of measure for each product. For each unit of measure for each product, use the ProductPriceLevel.Amount attribute.
| ||
Percent of List | The price is calculated based on the manufacturer's or distributor's list price. For each unit of measure for each product, you must enter data for the following attributes:
| ||
Percent Markup - Current Cost | The price is calculated as a percentage of your current cost for the item. For each unit of measure for each product, you must enter data for the following attributes:
| ||
Percent Margin - Current Cost | The price is based on the profit percentage you want to achieve and your current cost for the item. For each unit of measure for each product, you must enter data for the following attributes:
| ||
Percent Markup - Standard Cost | The price is calculated as a percentage of the standard cost of the item. For each unit of measure for each product, you must enter data for the following attributes:
| ||
Percent Margin - Standard Cost | The price is based on the profit percentage you want to achieve and the standard cost of the item. For each unit of measure for each product, you must enter data for the following attributes:
|
To set the values for the ProductPriceLevel.PricingMethodCode attribute and the other product price level entity attributes, use the IOrganizationService.Update method, passing an instance of the ProductPriceLevel class. To set the values for the product attributes, use the methods in the Product class.
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright
