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

Announcements

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,650 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
    305,561 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,059 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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Women in Power Builds Momentum

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders

These are the community rock stars!

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

#1
Abhilash Warrier Profile Picture

Abhilash Warrier 635 Super User 2026 Season 1

#2
André Arnaud de Calavon Profile Picture

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

#3
Giorgio Bonacorsi Profile Picture

Giorgio Bonacorsi 557

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans