MeaPriceListEntryLine
Represents individual price range lines within a Multiple Element Arrangement (MEA) price list entry, capturing the price amount or percentage, markup and markdown rules, and applicable date range.
Columns
| Name | Type | ReadOnly | Description |
| amountOrPercent | Decimal | False |
The price amount or percentage value for this MEA price list entry line. |
| auditCreatedBy | String | True |
The user who created the MEA price list entry line. |
| auditCreatedDateTime | Datetime | True |
The date and time when the MEA price list entry line was created. |
| auditModifiedBy | String | True |
The user who last modified the MEA price list entry line. |
| auditModifiedDateTime | Datetime | True |
The date and time when the MEA price list entry line was last modified. |
| href | String | True |
The URL of the MEA price list entry line resource. |
| id | String | True |
The unique identifier of the MEA price list entry line record. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the MEA price list entry line record. |
| lowerLimit | String | False |
The lower boundary of the price range for this MEA price list entry line. |
| markDown | String | False |
The allowable markdown percentage or amount for this MEA price list entry line. |
| markUp | String | False |
The allowable markup percentage or amount for this MEA price list entry line. |
| meaPriceListEntry_Href | String | True |
The URL of the MEA price list entry associated with this line. |
| meaPriceListEntry_Id | String | True |
The Id of the MEA price list entry associated with this line. |
| meaPriceListEntry_Key | String | True |
The system-assigned key of the MEA price list entry associated with this line. |
| memo | String | False |
The memo or notes for this MEA price list entry line. |
| startDate | Date | False |
The date on which this MEA price list entry line becomes effective. |
| upperLimit | String | False |
The upper boundary of the price range for this MEA price list entry line. |