Price List
M_PriceList
Unique identifier of a Price List
Overview
| Table Name | M_PriceList |
|---|---|
| Access Level | Client Only |
| Entity Type | D |
| Is Document | No |
| Is View | No |
| Has UUID | Yes |
| Parent Table | AD_Client |
| Wiki | View on iDempiere Wiki |
Columns (28)
| Column | Type | Required | Default | Description |
|---|---|---|---|---|
isAllowDefineListPrice |
Yes-No(1) | No | N | When selected, then user can define specific ListPrice can be different from standard sales price. |
IsDisallowDiscounts |
Yes-No(1) | Yes | N | Apply of additional Discounts is not allowed for this Price List |
IsGuaranteeLowestPrice |
Yes-No(1) | Yes | N | Use Partner Price if is lower than Campaign Price |
IsManagedBySalesPriceWorksheet |
Yes-No(1) | Yes | N | - |
IsMandatory |
Yes-No(1) | No | - | Data entry is required in this column |
isPresentForProduct |
Yes-No(1) | No | - | - |
PriceListType |
List(1) | Yes | P | The Calculation Type for this Price list |
PricePrecision |
Integer(22) | Yes | 2 | Precision (number of decimals) for the Price |
PricesCount |
Integer(10) | No | 0 | Counted Prices in Pricelist |
Type |
List(3) | Yes | GNL | Type of Validation (SQL, Java Script, Java Language) |
Value |
String(40) | Yes | - | Search key for the record in the format required - must be unique |
Name |
String(60) | Yes | - | Alphanumeric identifier of the entity |
AD_Client_ID |
Table Direct(22) | Yes | @#AD_Client_ID@ | Tenant for this installation. |
AD_Org_ID |
Table Direct(22) | Yes | @#AD_Org_ID@ | Organizational entity within tenant |
BasePriceList_ID |
Table(22) | No | - | Pricelist to be used, if product not found on this pricelist |
C_Currency_ID |
Table Direct(22) | Yes | - | The Currency for this record |
Created |
Date+Time(7) | Yes | SYSDATE | Date this record was created |
CreatedBy |
Search(22) | Yes | - | User who created this records |
Description |
String(255) | No | - | Optional short description of the record |
EnforcePriceLimit |
Yes-No(1) | Yes | - | Do not allow prices below the limit price |
IsActive |
Yes-No(1) | Yes | Y | The record is active in the system |
IsDefault |
Yes-No(1) | Yes | - | Default value |
IsSOPriceList |
Yes-No(1) | Yes | Y | This is a Sales Price List |
IsTaxIncluded |
Yes-No(1) | Yes | - | Tax is included in the price |
M_PriceList_ID |
ID(22) | Yes | - | Unique identifier of a Price List |
M_PriceList_UU |
String(36) | No | - | - |
Updated |
Date+Time(7) | Yes | SYSDATE | Date this record was updated |
UpdatedBy |
Search(22) | Yes | - | User who updated this records |
Foreign Keys
| Column | References | Description |
|---|---|---|
AD_Client_ID |
AD_Client.AD_Client_ID | Tenant for this installation. |
AD_Org_ID |
AD_Org.AD_Org_ID | Organizational entity within tenant |
BasePriceList_ID |
BasePriceList.BasePriceList_ID | Pricelist to be used, if product not found on this pricelist |
C_Currency_ID |
C_Currency.C_Currency_ID | The Currency for this record |
Generated on 2026-05-03T16:39:33.812915562Z