Sunday, August 31, 2025

Get Defaults the reporting currency exchange rate values when CurrencyCode field is modified on the table ledger journaltrans table

ReportingCurrencyExchRate reportingExchangeRate;

ReportingCurrencyExchRate reportingExchangeRateSecondary;

ExchRateSecondTxt exchRateTxt;  

[reportingExchangeRate,reportingExchangeRateSecondary,exchRateTxt] =               LedgerJournalEngine_Server::reportingCurrencyModified(_ledgerJournalTrans);

Call API using x++ D365FO

 System.Net.HttpWebRequest    request; System.Net.HttpWebResponse   response; System.IO.Stream             dataStream; System.IO.StreamReade...