Discussion:
Advanced find: logical "or" across entities
(too old to reply)
MG
2010-06-17 16:32:59 UTC
Permalink
Is there a way to define an advance find (and ultimately save a view) which
applies a logical "or" across 2 clauses with the first applying to the core
entity and the second to a related entity? My specific need is to check for a
value in a custom attribute in Contacts and "or" this with a check for a
specific owning business unit. If either clause is true I want the Contact
record included in the result.
LeonTribe
2010-06-18 10:37:30 UTC
Permalink
Post by MG
Is there a way to define an advance find (and ultimately save a view) which
applies a logical "or" across 2 clauses with the first applying to the core
entity and the second to a related entity? My specific need is to check for a
value in a custom attribute in Contacts and "or" this with a check for a
specific owning business unit. If either clause is true I want the Contact
record included in the result.
Unfortunately not. You may have to migrate the parent value down to
the child entity and then use this for the advanced find.

Leon Tribe
Want to hear me talk about all things CRM? Check out my blog
http://leontribe.blogspot.com/
or hear me tweet @leontribe

Loading...