ProductPriceLevel (price list item) entity messages and methods
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
A product price level (price list item) represents information about how to price a product in the specified price level. This includes pricing method, rounding option, and discount type based on a specified product unit. The schema name for this entity is ProductPriceLevel. To view the entity metadata for your organization, install the Metadata Browser solution described in Browse the metadata for your organization. You can also view the metadata for an uncustomized organization in the Excel file called EntityMetadata.xlsx included in the top-level folder of the SDK download.
The following table describes the messages for this entity, which you use with the IOrganizationService.Execute method.
Message |
Description |
---|---|
Creates a product price level (price list item). You can also call the IOrganizationService.Create method. |
|
Deletes a product price level (price list item). You can also call the IOrganizationService.Delete method. |
|
Retrieves a product price level (price list item). You can also call the IOrganizationService.Retrieve method. |
|
Retrieves a collection of product price levels (price list items). You can also call the IOrganizationService.RetrieveMultiple method. |
|
Updates a product price level (price list item). You can also call the IOrganizationService.Update method. |
See Also
Product catalog entities
Privileges by entity
UoM (unit) entity messages and methods
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright