How Can We Help?
Selecting by Named Set
Objects can be selected by a named set that contains a list of objects. This named set must be constructed using the ObjList EntitySet:
find all ObjList where ObjectName like ‘%Cust%’ -> sCust
In this example, all objects of the set “sCust” are selected:
ZOMList +s sCust