How do I specify the table to use for the Matrix Lookup input type?
Answer
Use createVLookup() function.
api.inputBuilderFactory()
.createVLookup("TableName")
.setLabel("Label")
.getInput()
More details can be found in Groovy API docs.
, multiple selections available,
Related content
How can I set format for column in matrix input?
How can I set format for column in matrix input?
Read with this
How do I get the whole row object within an element of a calculation logic?
How do I get the whole row object within an element of a calculation logic?
Read with this
Input Builders
Input Builders
Read with this
Input Functions
Input Functions
Read with this
How to Use Column Labels in api.find() and api.stream()
How to Use Column Labels in api.find() and api.stream()
More like this
Configurator Forms (Conceptual Guide)
Configurator Forms (Conceptual Guide)
Read with this
Found an issue in documentation? Write to us.