Notifications
Announcements
No record found.
I am not able to insert financial dimensions using data entity EcoResReleasedProductV2Entity.
Hi Roberto,
I have moved your thread to the Finance forum.
Regards,
Leah Ju
Hi User,
You may refer this docs and see if that helps.
docs.microsoft.com/.../dimensions-overview
Thank you for using Microsoft Dynamics 365 Communities!
Buli Ganguly
Support Engineer for Dynamics 365 for Human Resources and Dynamics 365 for Finance
Hi,
Below a sample code to create dimension via x
DimensionValueContract _contract = new DimensionValueContract(); _contract.parmDimensionAttribute(_DimName); _contract.parmValue(_DimValue); _contract.parmDescription(_DimDesc); _contract.parmPersonnelNumber(HcmWorker::find(HcmWorkerLookup::currentWorker()).PersonnelNumber); DimensionValueService _service = new DimensionValueService(); _service.createDimensionValue(_contract);
In the General Ledger menu, there is a form called: Financial dimension configuration for integrating applications.
In this form, you can setup which dimensions are used for the default dimensions and ledger dimensions. In the source file for the products, you can then provide in the DefaultDimension field a string containing all dimensions.
E.g. when you setup to have CostCenter, Department and ItemGroup as dimension you can provide the values like this:
CC023-DEP004-IG01
If you don't use e.g. departments on released products, you can then provide the string like this:
CC023--IG01
1. You can use Default dimension field for updating financial dimensions
2. You need to enter financial dimension in the same sequence or string which is specified under GL > Chart of account > Financial dimension > Financial dimension integration application (Subledger)
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
André Arnaud de Cal... 449 Super User 2025 Season 2
Martin Dráb 422 Most Valuable Professional
BillurSamdancioglu 239 Most Valuable Professional