SOPriceList
Stores sales order-specific price list configurations, detailing effective dates, usage contexts, and entity restrictions.
Columns
| Name | Type | ReadOnly | Description |
| Recordno | Int64 | False |
A unique identifier for the SO price list record. |
| Name [KEY] | String | False |
The name of the SO price list. |
| Datefrom | Datetime | False |
The start date from which the price list is valid. |
| Dateto | Datetime | False |
The end date until which the price list is valid. |
| Salepurchase | String | False |
Indicates whether the price list is used for sales or purchases. |
| Status | String | False |
The current status of the price list (e.g., active, inactive). |
| Megaentitykey | Int64 | False |
The key of the mega entity associated with this price list. |
| Megaentityid | String | False |
The identifier of the mega entity associated with this price list. |
| Megaentityname | String | False |
The name of the mega entity associated with this price list. |
| Record_url | String | False |
The URL to view or access the SO price list. |