I am working on a "staging" system where information about individuals comes in (separate database) and the staff will process the data to research whether the contact already exists. I trying to figure out whether it's possible to create addressable URLs into our Dynamics 2011 CRM system that populate with search parameters from the data in staging application. Basically, I want to give staff the quickest possible way to search contacts based on the last name (example) of the contact in the staging database (custom application). I want to program a link that says "search for this last name in CRM" and have it open a new CRM application window. (All staff will be in IE and on the local network).
Is this possible? I know I can open entities by passing a guid as a parameter, but in this case the guid is not known. This is to aid in researching the contact to see whether it exists.
Thanks