No posts with label Use of Crosscompany to get Data from other companies using X++ [AX 2012]. Show all posts
No posts with label Use of Crosscompany to get Data from other companies using X++ [AX 2012]. Show all posts
Subscribe to:
Posts (Atom)
Import General journal from excel in D365 F&O
Hi Guys, Import General journal from excel in D365 F&O Code: using System.IO; using OfficeOpenXml; using OfficeOpenXml.ExcelPackage; u...
-
Hi guys, IN GST era, It is very common term GST. So here I'm discussing how to get vendor's GST number in X++ AX 2012 R3 and It is...
-
Hi Guys, Fetch default dimensions from Ledger dimension in D365 FnO. tmpTable.Dimension = LedgerDimensionFacade::getDefaultDimensio...
-
How to get Label Id from a text in Ax 2012 If you want retrieve the Label ID from a specific text description, here the code. If are pre...