POPriceList
Maintains price list configurations for POs, including validity periods, discount structures, and status details.
Columns
| Name | Type | ReadOnly | Description |
| Recordno | Int64 | False |
Unique identifier for the PO price list entry. |
| Name [KEY] | String | False |
Name of the PO price list. |
| Datefrom | Datetime | False |
Start date for the price list validity period. |
| Dateto | Datetime | False |
End date for the price list validity period. |
| Salepurchase | String | False |
Indicates whether the price list is for sales or purchases. |
| Status | String | False |
Current status of the price list. |
| Megaentitykey | Int64 | False |
Key for the mega entity associated with the price list. |
| Megaentityid | String | False |
Identifier for the mega entity associated with the price list. |
| Megaentityname | String | False |
Name of the mega entity associated with the price list. |
| Record_url | String | False |
URL linking to the record associated with the price list entry. |