Enumeration list

0
Hi all! How can i retrieve objects that its enumerations attribute equals to a specified element of the enumeration list? For example, i want to retrieve objects that have selected  the element ‘Rejected Cargo’ to the enumeration attribute. I have already tried in xpath the expression: IspectionResult = ‘Rejected Cargo’, but it obviously does not work because it’s a string.
asked
1 answers
1

Please refer this material from Academy.

https://academy.mendix.com/link/modules/220/lectures/1745/3.3.1-Use-an-Enumeration-to-Constrain-Data

answered