Label label = new Label(_custInvoiceJour.LanguageId ? _custInvoiceJour.LanguageId : infolog.language()); str txt = strFmt(label.extractString(literalStr("@Currency")));
This blog is contains coding reference related to Microsoft AX 2012 and D365 finance and operations and Power platform
Thursday, June 1, 2023
Get D365FO label translation in specific language at runtime using X++
Rename AX database after restore
USE master GO ALTER DATABASE AxDB SET SINGLE_USER WITH ROLLBACK IMMEDIATE GO ALTER DATABASE AxDB Modify Name = AxDB_Contoso GO ALTER DATABASE AxDB_Contoso SET MULTI_USER GO
Subscribe to:
Posts (Atom)