Hi Guys,
I am faced with checking for multiple values in a lookup field, something like the below:
EntityReference trustRef = clinic.GetAttributeValue<EntityReference>("new_trust");
if (trustRef.Name.Trim() == "North Trust", "walsall", "shewsbury".......)
I Know there is an efficient way to check for this condition. Thanks for the help
*This post is locked for comments
I have the same question (0)