Retrieves the discounts for a specific item that apply to all business partners.
To retrieve discounts for a specific business partner, use the GetByKey method.
Retrieves the discounts for a specific item that apply to all business partners.
To retrieve discounts for a specific business partner, use the GetByKey method.
| Visual Basic |
|---|
Public Function GetByKeyDiscounts( _ ByVal ItemCode As String, _ ByVal PriceListNum As Long _ ) As Boolean |
The key of the item whose discounts are to be retrieved. This is a foreign key to the Items object.
| Getting a special price (for all business partners) (Visual Basic) | ||
|---|---|---|
| ||