Hi All,
I need to fetch the base currency of a dynamics CRM org in the C# console App. I am able to establish the connection with dynamics CRM and read org details using below.
CrmServiceClient crmSvc = new CrmServiceClient(ConfigurationManager.ConnectionStrings["OnPremCRM"].ConnectionString);
please guide me on how to fetch the base currency of the org. Thanks for the help.
Regards,