Editable Value
Overview
The purpose of Editable Value is to provide a way to make a variable dimensional part.
You can add the Editable Value to a Part, a Material and an Item List
To add Editable Value, you find it in the context menu for the item that supports adding it.
Base properties
RootProperties
Property Name | Type | Localized | Description |
---|---|---|---|
InitialValue | Number | N | The starting value of the editable value item |
MinValue | Number | N | The minimum value for the editable value item |
MaxValue | Number | N | The maximum value for the editable value item |
StepSize | Number | N | The unit steps/increments each edit takes |
ValueType | Radio Button | N | Unitless or following the system default unit |
Enabled | Toggle/scripting | N | Toggle to enable/disable the Editable Value. Can be made dynamic through scripting |
DisplayName | Text field | Y | The name of the editable value shown on the planner to the buyer |
Optional property sets
CustomProperties
Custom Property set (or sets) allow definition of logic that defines something that otherwise is not predefined in the system logic.
Property Name | Type | Localized | Description |
---|---|---|---|
Name | Text field | Y | The name of the custom property. It can be referred to in scripting from elsewhere |
Value | Scripting | N | Value or scripting logic that the property has |
ValidationRule
Validation rule property set is used to define logic that can be useful to ensuring the the item where the validation rule is will follow define rules.
Property Name | Type | Localized | Description |
---|---|---|---|
DisplayMessage | Text Field | Y | Text that is shown on the Planner when the conditions of the rule are true |
Level | Radio Button | N | Selection should the rule show error, suggestion or indicating something is missing |
Trigger | Scripting | N | The logic that defines the validation rule |
Note
Validation rule level states correspond the next error levels. Error => "Error" Missing Selection => "Warning" Suggestion => "Info"
If the "add to cart" button is available, in case we have an error, the add to cart button will be disabled and not clickable until the error is fixed.
ClassificationTag
Classification tag allows the configurator to define a name in the system that can be referred to in other logic components through the scripting system
Property Name | Type | Localized | Description |
---|---|---|---|
Tag | Text field | N | A label that is associated with the item it's been configured to |