web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Suggested answer

How to insert financial dimensions of a release product through data entities.

(0) ShareShare
ReportReport
Posted on by 4

I am not able to insert financial dimensions using data entity EcoResReleasedProductV2Entity.

I have the same question (0)
  • Suggested answer
    saurabh bharti Profile Picture
    15,039 Moderator on at
    RE: How to insert financial dimensions of a release product through data entities.

    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)

  • Suggested answer
    André Arnaud de Calavon Profile Picture
    299,022 Super User 2025 Season 2 on at
    RE: How to insert financial dimensions of a release product through data entities.

    Hi Roberto,

    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

  • Suggested answer
    Hossein.K Profile Picture
    6,648 on at
    RE: How to insert financial dimensions of a release product through data entities.

    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);

  • Buli Ganguly Profile Picture
    on at
    RE: How to insert financial dimensions of a release product through data entities.

    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

  • Community Member Profile Picture
    on at
    RE: How to insert financial dimensions of a release product through data entities.

    Hi Roberto,

    I have moved your thread to the Finance forum.

    Regards,

    Leah Ju

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.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Abhilash Warrier – Community Spotlight

We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
CA Neeraj Kumar Profile Picture

CA Neeraj Kumar 2,206

#2
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 847 Super User 2025 Season 2

#3
Sohaib Cheema Profile Picture

Sohaib Cheema 596 User Group Leader

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans