I have a field status which is exactly one value out of a defined list.
Valid Entries in this List are A, B, C, D or E
I want to synchronize all elements with status A, C or E.
Is there any operator in the sync criteria which can be used for that?
In other query languages that would be something like:
status in (A, C, E)
But in MF Connect neither the Equals nor the "Contained in Set" nor the "Includes"-Operator can be used that way.
At last if read the explanation here correctly: Filter and query data (microfocus.com)