How to Set Configurator Using Parameter of Type DMFILTERBUILDER
Question
I'd like to see an example of a configurator which uses a parameter of type DMFILTERBUILDER (or something else that would reflect the api.datamartFilterBuilderUserEntry
).
Answer
You need to set the dmSourceName
property:
configurator.createParameter(InputType.DMFILTERBUILDER, "Transaction data filter").addParameterConfigEntry("dmSourceName", datamartName)
Note also that from version Collins 5.1, there is a new convenient way to configure the inputs: using a new method in Public Groovy API api.inputBuilder()
which returns an InputBuilder class allowing to create a specific input.
, multiple selections available,
Related content
Filter Configurations
Filter Configurations
More like this
Configurator Forms (Conceptual Guide)
Configurator Forms (Conceptual Guide)
Read with this
Pass Values between Quote Header Logic, Configurator and Line Item Logic
Pass Values between Quote Header Logic, Configurator and Line Item Logic
Read with this
Interactive Forms - Configurators
Interactive Forms - Configurators
Read with this
Configurable Lookup Columns Description
Configurable Lookup Columns Description
More like this
Company Parameters (Sales Compensation)
Company Parameters (Sales Compensation)
More like this
Found an issue in documentation? Write to us.