how to get all financial dimension with pipe delemeter in d365 fo x++
public str getAllFinancialDimensions(RecId _defaultDimension) { DimensionAttributeValueSetStorage dimStorage; DimensionAttribute dimAttr; DimensionAttributeValue dimAttrValue; DictTable dictTable; Common common; str result = ''; str name, value, displayV...