...
Including Forms in Other Logics
To include a form in your logic, build an input that references the form by its name:
Expand | |||||||||
---|---|---|---|---|---|---|---|---|---|
| |||||||||
|
Expand | |||||||||
---|---|---|---|---|---|---|---|---|---|
| |||||||||
|
Expand | |||||||||
---|---|---|---|---|---|---|---|---|---|
| |||||||||
❶ the processor can be one of the quoteProcessor, cProcessor, etc., which references subclasses of the CalculableLineItemCollectionBuilder |
You need to give each form an input name. The inputs from that form will be accessible via that name on the input
binding variable:
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
input.userInput.nameOfInput as ValueType |
...