I am trying to check muliple custom fields are set to a certain value and then set my custom field with the value it needs. We have ObjectSchema Complaint then Object Type Complaint Info then the Following objects:
I am trying to check if:
I have tried the following and it does not work:
Does work is:
Routing displays Compliance because of Priority Consumer Complaint = Yes. But i want to check more values than just the one. Reason is we have different Categories and not all complaints are Priority. How do i get it to check the other attributes values, and add that in addition to the filter that is working?
(objectType = "Routing" AND (object having inR(objectType = "Routing" AND "Priority Consumer Complaint" = ${customfield_11662.label} AND "Source" = ${customfield_XXXXX.label} AND "Primary Category" = ${customfield_XXXXX.label})))
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.