Hello All,
I want to retrieve records from account entity by using concatenate attribute values in where condition.
For. eg. I
I have string list of Name+Code as NameCodeList and i want to try
select *
from account
where accountname+accountcode in (NameCodeList)
Is this poosbile in crm by linq or query expression? Please help.
Thanks and Regards,
Jayashree