Set default selected values on Multi-Select List Box Field using Lookup Source
Hello, is it possible to specify multiple default selected values on the "Multi-Select List Box" control? with using a Lookup Source?
I have a list of values that are retrieved through a web service, but some values I want to be defaulted as selected. For example, when the form loads, the control will be have some pre-defined values already selected:

Is this possible?
-
Hello
You can write javascript code and use "setFieldValue" method to set a default value and execute the method on form load.
Documentation link for reference:
https://documentation.agilepoint.com/00/appbuilder/cloudjsSetFieldValue.html
here's the sample:

Best Regards
請登入寫評論。
評論
2 條評論