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, ...
Unanswered

Export LedgerDimension Field Value to BYOD

(0) ShareShare
ReportReport
Posted on by

I want to export the field value of LegerDimension field on TaxTransGeneralJournalAccountEntry table into our Azure database. I have created an entity and tried to add a virtual field to the entity using postload method. this works for smaller tables but TaxTransGeneralJournalAccountEntry is a 30 million row table. I have used a computed field and a new method (below). this works fine with other tables like GeneralJournalAccountEntry table which is also a large table (30 million rows) but for some reason, this is not working for table TaxTransGeneralJournalAccountEntry. 

public class LTG_BI_TaxTransGeneralJournalAccountEntry extends common
{
/// <summary>
///
/// </summary>
private static server str LedgerDimensiona()
{

DataEntityName dataEntityName= tablestr(LTG_BI_TaxTransGeneralJournalAccountEntry);
List fieldList = new List(types::String);

fieldList.addEnd(SysComputedColumn::returnField(DataEntityName, identifierstr(TaxTransGeneralJournalAccountEntry), fieldstr(TaxTransGeneralJournalAccountEntry, LedgerDimension)));
return SysComputedColumn::addList(fieldList);

}

}

 

  • André Arnaud de Calavon Profile Picture
    307,412 Super User 2026 Season 2 on at

    Hi Sanit,

    Can you explain what you mean when it is not working? Do you get errors? What is the current behavior?

  • Sanit Kumar Profile Picture
    on at

    Hi Andre,

    I do not get any error but it seems like the method on this table is not able to ready / put the data. It just returns nothing. I also tried to change the field source field (LedgerDimension) to another field (TaxTrans) just to see if it returns anything. It also returns nothing in this case. but this same method works on other Tables with the LedgerDimension field.  

  • André Arnaud de Calavon Profile Picture
    307,412 Super User 2026 Season 2 on at

    Hi Sanit,

    Have you used the debugger to check the behavior and find the culprit?

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 Winners!

Congratulations to our community stars!

Women in Power Builds Momentum

Expanding mentorship, skilling, and AI innovation

Congratulations to the August Top 10 Community Leaders

These are the community rock stars!

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

#1
Martin Dráb Profile Picture

Martin Dráb 555 Most Valuable Professional

#2
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 484 Super User 2026 Season 2

#3
CU10121822-0 Profile Picture

CU10121822-0 378

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans