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,
Hi,
Organization entity contains base currency.
learn.microsoft.com/.../organization
Use queryexpression OR fetchXml to retrieve records from c#
Hello,
Query organization entity - there will be only one record and the field you are looking for is basecurrencyid field.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156