Hi,
I have string like "Address & 1" in Address field. I need to query the business class with this string as filter ..
in filter string i have provided as Address = "Address & 1" . It automatically convert the filter string to Address = "Address /& 1"
Getting error - The building of the ConditionNode tree failed for Business class
Thanks