Hey,
Looking at the default options to use for custom attributes displaying in a form there are a number of options.
- display as a select menu
- display as a multiple select menu
- display as a select menu that is dependent on its upstream attribute
There doesn't seem to be an option to display a multiple select menu based on upstream attributes?
I have created my own file by the name above by combining the code from 'showCOATValueInFormAsSelectDependent' and 'showCOATValueInFormAsSelectMultiple', however it is very buggy as it does not remember the downstream attributes selected if you go back to edit the document properties, thus overwriting them as blank if you don't reselect them.
Has anyone come across this before, implemented a working solution for it?