|
With BOM parameters it is now possible to make the setup dependent on other parameters. So you can now specify formulas that determine the behavior of a parameter in the sales quote line and the sales order line:
- Default value: formula for determining the Value field.
- Parameters customizable: determines whether a parameter is adjustable.
- Visible:
- This determines whether a parameter is visible on the sales quote line or sales order line.
- Parameters with the property 'Visible' = false are also not editable via, for example, an import or an API call.
- Parameters that are not visible are not checked to see if they have a valid value (this will not be blocking for Calculate or Produce, for example).
- Selection List:
- Only available with parameters of type 'Selection List' and 'Selection List Pair'.
- Formula can be used to limit the selection list from the parameter's default selection list. All choices must be present in the standard selection list of the parameter.
|