PricingSubrules
Represents detailed components or conditions within a larger pricing rule.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
The unique identifier for the record within the system. |
| Global ID | String | True |
The globally unique identifier assigned by the system for integration or tracking purposes. |
| Link | String | False |
The system-generated hyperlink or reference to directly access the record. |
| Name | String | True |
The name of the pricing rule or associated record for easier human readability. |
| Status | String | False |
The current state of the record, such as active, inactive, or deprecated. |
| Created By | String | True |
The username or identifier of the user who originally created the record. |
| Created Date | Datetime | True |
The date and time when the record was first created in the system. |
| Last Modified By | String | True |
The user who most recently updated or modified the record. |
| Last Modified Date | Datetime | True |
The date and time when the record was last modified. |
| Comparison Type | String | False |
The type of comparison logic (for example, greater than or equals) used in evaluating the pricing rule. |
| Inventory Monitoring Field Value | String | False |
The specific value being monitored within the inventory field for compliance or rule triggering. |
| Inventory Monitoring Line Field | String | False |
The specific field within a line item monitored in the inventory management process. |
| Maximum Quantity | Decimal | False |
The upper threshold for quantity used in pricing or inventory conditions. |
| Minimum Quantity | Decimal | False |
The lower threshold for quantity used in pricing or inventory conditions. |
| Pricing Rule | String | False |
The reference to the pricing rule logic or configuration being applied. |
| Product | String | False |
The identifier of the specific product that the rule or configuration applies to. |
| Legacy CRM Id | String | False |
The original identifier of the record from a legacy Customer Relationship Management (CRM) system. |