The code below will help to get cost center lookup for a field in D365 FO using X++.Lets say our requirement is to show all values of "CostCentre" financial dimension.
LedgerMatrixReportHelper_CN::dimensionValueLookup(this, "CostCenter");
No comments:
Post a Comment