Add | Adds a new data line to the object. |
Delete | Deletes the current line.
Returns a result value that indicates success or failure. |
SetCurrentLine | Sets the active row to a specified row number. |
Add | Adds a new data line to the object. |
Delete | Deletes the current line.
Returns a result value that indicates success or failure. |
SetCurrentLine | Sets the active row to a specified row number. |
BPCode | Returns the identification code of the business partner for whom the special price applies. The BPCode returns from the CardCode property of the SpecialPrices object. Field name: CardCode. Length: 15 characters. This is a foreign key to the BusinessPartnersService object. |
Count | Returns the total rows in the table, that is the total number of records in the object. |
Discountin | Sets or returns the discount percentage for an item for the specified quantity. Field name: Discount. |
ItemNo | Returns the item code in the inventory for which the special price applies. The ItemNo returns from the ItemCode property of the SpecialPrices object. Field name: ItemCode. Length: 20 characters. This is a foreign key to the Items object. |
PriceCurrency | Sets or returns the currency of the special price. The currency must match to the currency in the specified price list. Field name: Currency. Length: 3 characters. |
Quantity | Sets or returns the items quantity for which the special price applies. Field name: Amount. |
RowNumber | Returns the current available row number (0-based).
Field name: SPP2LNum. |
SPDARowNumber | Returns the row number in the SpecialPricesDataAreas object (RowNumber) for which the special price for quantity applies. |
SpecialPrice | Sets or returns the special price after the discount, which is based on quantities.
Field name: Price. |
UoMEntry | property UoMEntry |
UserFields | Returns the UserFields object. |