Is it possible to check within an exclusive split if an object is in the association list of another object. I would like to use something like: inList(Customers/Customer_Orders, ThisOrder)
asked
Joris Bijvoets
1 answers
3
Joris,
You can retrieve the list of orders and then do a find in the list with a list operation and then use that result for the exclusive split.