InvPriceList
Stores pricing details for items in a price list, including effective dates and conditions for price application.
Columns
| Name | Type | ReadOnly | Description |
| Recordno | Int64 | False |
The unique identifier for the invoice price list record. |
| Name [KEY] | String | False |
The name of the price list in the invoice price list record. |
| Datefrom | Datetime | False |
The start date of the price list validity period. |
| Dateto | Datetime | False |
The end date of the price list validity period. |
| Salepurchase | String | False |
Indicates whether the price list is for sales or purchases. |
| Status | String | False |
The status of the price list (e.g., active, inactive). |
| Megaentitykey | Int64 | False |
The unique identifier for the mega entity associated with the price list. |
| Megaentityid | String | False |
The ID of the mega entity associated with the price list. |
| Megaentityname | String | False |
The name of the mega entity associated with the price list. |
| Record_url | String | False |
The URL linking to the invoice price list record. |