Find the correct Organization Name in MSCRM 4.0
If you need to find the correct organization name of your ms crm 4.0 deployment, use the following query:
select uniquename from mscrm_config.dbo.organization
This is the name ms crm requires to connect to the correct organization.
Kevin Dosseray
select uniquename from mscrm_config.dbo.organization
This is the name ms crm requires to connect to the correct organization.
Kevin Dosseray
Comments
Post a Comment