Represents a set of item discounts for a specific business partner.
Each business partner can be assigned a set of discounts, and each discount is associated with an item group, property, or manufacturer. If the business partner purchases an item that is associated with one of the specified groups, properties, or manufacturers, the business partner receives the corresponding discount.
All of the ObjectEntry keys point to the same type of object -- either group (ItemGroups object), property (ItemProperties object), or manufacturer (Manufacturers object) -- depending on the DiscountBaseObject property of the BusinessPartners object.
Source table: OEDG.
If a business partner has one type of discount groups, for example for item groups, you can define any type of discount groups, for example for item manufacturers, as follows:
- Change the DiscountBaseObject of the BusinessPartners object to the new type (for example, item manufacturers).
- Add new rows to the DiscountGroups subobject of the BusinessPartners object.
- Update the BusinessPartners object. All rows in the DiscountGroups subobject related to the previous type are automatically deleted.
For a list of ways for setting discounts and special prices, see SpecialPrices.