Monday, April 3, 2023

CostCenter lookup in Dynamics 365 for finance and operations


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