Product entity messages and methods
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
A product represents information about products and their pricing information. The schema name for this entity is Product. 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 |
---|---|
Deprecated. Use the ProductAssociation entity. Adds a product to a kit. A kit is a product catalog item that consists of one or more products. |
|
Deprecated. Use the ProductSubstitute entity. Establishes an association between a product and a substitute product. |
|
Clones a product family, product, or bundle record to create a copy of the record under the same parent record. |
|
Deprecated. Converts a kit to a product. |
|
Deprecated. Converts a product to a kit. |
|
Creates a product family, product, or bundle. You can also call the IOrganizationService.Create method. |
|
Deletes a product family, product, or bundle. You can also call the IOrganizationService.Delete method. |
|
Publishes a product family along with its child records. |
|
Deprecated. Use the ProductAssociation entity. Removes a product from a kit. |
|
Deprecated. Use the DisassociateRequest or Disassociate class. Removes the relationship between a product and the specified entity (lead or competitor). |
|
Deprecated. Use the ProductSubstitute entity. Removes the association of a substitute product from a product. |
|
Retrieves a product family, product, or bundle. You can also call the IOrganizationService.Retrieve method. |
|
Retrieves a collection of products. You can also call the IOrganizationService.RetrieveMultiple method. |
|
Deprecated. Use the AssociateRequest or Associate class. Creates a relationship between a product and the specified entity (lead or competitor). |
|
Sets the state of a product family, product, or bundle. If you’re using early bound types, use the ProductState enumeration to set the possible states. For a list of the state values, refer to the Product entity metadata. You can find this information in the metadata for your organization. See the preceding metadata browser information. |
|
Updates a product family, product, or bundle. You can also call the IOrganizationService.Update method. |
See Also
Create and manage product families, products, bundles, and product properties
Publish, revise, revert, retire, and activate products (product lifecycle)
Bundles and kits
Product catalog entities
Privileges by entity
Sample: Create and publish products
Sample: Clone product records
Sample: Add products to a bundle
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright