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

Announcements

No record found.

News and Announcements icon
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 6

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

I have the same question (0)
  • Community Member Profile Picture
    on at

    Hi Roberto,

    I have moved your thread to the Finance forum.

    Regards,

    Leah Ju

  • Buli Ganguly Profile Picture
    Microsoft Employee on at

    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

  • Suggested answer
    Hossein.K Profile Picture
    6,648 on at

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

  • Suggested answer
    André Arnaud de Calavon Profile Picture
    303,730 Super User 2026 Season 1 on at

    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
    saurabh bharti Profile Picture
    15,045 Moderator on at

    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.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the March Top 10 Community Leaders

These are the community rock stars!

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

#1
Giorgio Bonacorsi Profile Picture

Giorgio Bonacorsi 616

#2
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 460 Super User 2026 Season 1

#3
Syed Haris Shah Profile Picture

Syed Haris Shah 331 Super User 2026 Season 1

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans