yuuvis® RAD Q&A

0 votes
by (310 points)

We would like to use a dynamic list on a bpm form. We did'nt find a way to achieve this, snce we can only use CatalogEntry as a class for Custom Types.
Is there any way we did not find out about?

1 Answer

+1 vote
by (2.3k points)
selected by
 
Best answer

if you are looking for a dynamic catalogue you only need to specify a string variable and use the classification "dynamic list". If you map this to your BPM-form you can use the Scripting APi to fill the entries as described in
https://help.optimal-systems.com/yuuvis_develop/display/onpremise/Client-side Form Scripting#Client-sideFormScripting-Datatype-specificproperties![][1]

by (310 points)
THank you for the answer. I was probably spoiled by the different approach for Catalogs and thus looked in the wrong place.
...