Dynamic Load Complex logic
Summary
Is there a way to use both AND and OR together in a dynamic load statement?Content
Hello,
When an entity is being loaded is it possible to sue And statements with Or statements? It seems I can do one or the other but not both.
For example: Load all instances that meet one or more conditions
(Attribute1 = 1 and
Attribute 2 = A)
or
(Attribute 1 = 2 and
attribute 3 = C)
Version
18D0