private Description getdimension(DimensionDefault _defualtDimension) { DefaultDimensionView defaultDimensionView; select defaultDimensionView where defaultDimensionView.DefaultDimension == _defualtDimension && defaultDimensionView.Name == 'CostCenter'; return defaultDimensionView.dimensionDiscription(); }
Wednesday, 4 February 2015
Getting Dimension value and description from default dimension in ax 2012
Subscribe to:
Post Comments (Atom)
Best Practices for Troubleshooting Application Issues in D365 and Power Platform
When facing application issues, it’s important to systematically troubleshoot before reaching out for support. Follow these steps to ensure...
-
Microsoft Dynamics Ax Macros In MorphX macros are not commonly used. A few places make use of macros such as keeping track of the li...
-
I was supposed to create a delivery schedule for purchase lines via code and I created this job from the form, how the delivery schedule lin...
No comments:
Post a Comment