Hi Community,
I have a DOM definition with a generic enum field descriptor.
Currently, the users of my app can only select one value for this field.
Is there a way to allow the users to select multiple values from the list of possibilities?
The only alternative I could find so far is by using a DomInstanceFieldDescriptor, linking to a different DOM definition, but this seems a bit far-fetched.
Ive Herreman [SLC] [DevOps Enabler] Selected answer as best 31st May 2023
hi Ive
The GenericEnumFieldDescriptor indeed doesn’t allow to select multiple values at the moment.
Depending on your use case, you could opt to add the field (and related fields) to a section that’s allowed to be added multiple times. More info about that is available here: SectionDefinitionLink | DataMiner Docs.
Ive Herreman [SLC] [DevOps Enabler] Selected answer as best 31st May 2023

Thanks Peter.
I’ve raised a new software request (DCP 212974).