requestForQuoteItemItemPricingDiscount
Stores specific discount details associated with Request for Quote (RFQ) item pricing, including percentage and fixed-amount reductions.
Columns
| Name | Type | References | Description |
| id [KEY] | Integer | Unique identifier (Id) for the discount record associated with an item pricing entry in a request for quote. | |
| fromquantity | Double | Minimum quantity of items that must be ordered for this pricing discount to apply. | |
| itempricing | Integer | Reference to the associated item pricing entry within the request for quote. | |
| itempricingrecord | String | Identifier or record key for the item pricing entry, linking it to the NetSuite database. | |
| memo | String | Optional note or description related to this specific discount entry for internal reference. | |
| percent | Double | Discount percentage applied when the specified quantity threshold is met. | |
| quantityordered | Double | The number of items ordered, used to determine eligibility for the discount. |