Click here to Skip to main content
15,891,204 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
JavaScript
http://crmDomain.com:5555/myCompany/xrmservices/2011/OrganizationData.svc/AccountSet?$select=AccountId&$filter=concat(Address1_Line1, Address1_Line2) eq '123 Main StSte D' and Address1_City eq 'Omaha' and Address1_StateOrProvince eq 'NE'


In Microsoft Dynamics CRM 2011 I'm attempting to do duplicate detection real time. In some instances addresses have been entered with Street address in Street 1 and Unit # in Street 2 and in other instances it is all on street 1. I want to be able to do a lookup on a concatenated Street 1 and Street 2 so that I can get by with only hitting the service once. Does the iOrganization service support concatenation?
Posted
Updated 13-Jul-12 10:45am
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900