When finding the usages of an enumeration value, also include xpath usages in the find results - Mendix Forum

When finding the usages of an enumeration value, also include xpath usages in the find results

8

When I search for the usages of an enumeration value I get the following results:

However, the usages of the enumeration value in xpath are not included in the find results:

 

 

Even though the modeler is aware of the fact that it is in fact that enumeration which is being used in the xpath, because it gives an error when you type a value which does not exist:

This example is from 7.23.15.

asked
2 answers

you should use the enumeration value:  [TaskType =Tasks.Enum_TaskType.PT_TargetDocumentUploads]

Created

I can confirm this in 7.23.3 with  an example with when searching for the value ‘Derden’. 0 results found

Created