Hi,
My bad reading the thread date, below you can find the solution for your issue, hopefully you are using SQL server 2005 on both machines,
1- On the foreign server create new server link that points to the CRM server.
2-create a new view called testview on the foreign server that join the data from both servers, assuming that the foreign server name is ubaserver01 and the CRM server name is Ammari, for example:
SELECT company.Comp_CompanyId, company.Comp_Name, person.pers_firstname
FROM ubaserver01.crm.dbo.company as company,ammari.crm.dbo.person as person
where person.pers_personid=company. Comp_primarypersonid
3- go to your CRM --> administration --> advanced customization --> tables and databases --> create new table connection (first you will need to create new database connection, unless you did it before) --> in the table name filed write the view name "testview", and complete the other fields in the regular way.
4-now you can use this view in screens and lists and you can filter the data based on the view selected fields.
please let me know if you need more help regarding this subject.
Regards,
Ibrahim younis
iyounis@uba.com.jo
united business applications (Jordan)