PricingMatrixClasses
Stores information about pricing matrix classes, supporting dynamic pricing strategies.
Columns
Name | Type | Description |
MatrixClassId [KEY] | Long | Unique identifier for the pricing matrix class, used to reference and track specific pricing structures within the system. |
MatrixClassName | String | The name of the pricing matrix class, typically used to identify and categorize different pricing structures in the system. |
CanAddNewDimensions | String | Flag indicating whether new dimensions can be added to the pricing matrix class. If 'true', new dimensions (for example, regions, products) can be added to the pricing structure. |
DateEffectivityEnabled | String | Flag indicating whether date-based effectivity is enabled for the pricing matrix class. If 'true', the pricing matrix can have time-bound conditions for when prices are valid. |
IsPublic | String | Flag indicating whether the pricing matrix class is public. A value of 'true' means the class is available to all users, while 'false' limits access to specific users or roles. |
ContextConsumer | String | Identifier for the consumer context of the pricing matrix class, specifying the system or process that is using the pricing matrix. |
CreatedBy | String | The name or identifier of the person or system that created the pricing matrix class, useful for auditing and tracking purposes. |
CreationDate | Datetime | The date and time when the pricing matrix class was created, helping to track the origin of the matrix and its history. |
LastUpdateDate | Datetime | The date and time when the pricing matrix class was last updated, useful for maintaining version control and tracking changes over time. |
LastUpdatedBy | String | The name or identifier of the person or system that last updated the pricing matrix class, providing accountability for modifications. |
Finder | String | A tool or method used to search and locate specific pricing matrix classes, typically employed for filtering or identifying particular matrix classes in the system. |