...
The value of the property will look similar to this:
| Code Block |
|---|
[
{
"name": "Quantity",
"label": "Quote Quantity",
"type": "USERENTRY"
},
{
"name": "StringUserEntry",
"label": "Quote String",
"type": "STRINGUSERENTRY"
},
{
"name": "OptionUserEntry",
"label": "Option String",
"type": "OPTION",
"valueOptions": ["a","b","c"]
}
] |
The inputs defined by the application property will always be shown in the Product selector. Inputs that do not match any inputs present in the current calculation logic will be ignored.
...