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 :
Microsoft Dynamics AX (Archived)

Call LedgerJournalTransDaily doesn't Calculate Total

(0) ShareShare
ReportReport
Posted on by 563

Dear Experts,

I'm a junior developer of Microsoft Dynamic AX 2012 R3

I try to call or open form LedgerJournalTransDaily (General Journal Line Form) through code

Here is my code

    Args        args;
    Object      formRun,subFormRun;
    
    args    = new Args(formstr(LedgerJournalTable));
    args.record(LedgerJournalTable::find('GL-000703'));
    formRun = classFactory.formRunClass(args);
    formRun.init();
    formRun.run();
    
    args        = new Args(formstr(LedgerJournalTransDaily));
    args.caller(formRun);
    args.record(LedgerJournalTable::find('GL-000703'));
    subFormRun  = classfactory.formRunClass(args);
    subFormRun.init();
    subFormRun.run();
    formRun.close(); 
    subFormRun.wait();


The Form is opened but get some error

1. The Form doesn't calculate total

Form-Not-Calculate.png

2. Show error RecordSortedList object not initialized. 

Error-Call-Form.png

Is there any parameter missing?

Please your advice

Thank in advance

Best Regards,

Bintang

*This post is locked for comments

I have the same question (0)

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 > 🔒一 Microsoft Dynamics AX (Archived)

#1
CP04-islander Profile Picture

CP04-islander 39

#2
Michel ROY Profile Picture

Michel ROY 14

#3
imran ul haq Profile Picture

imran ul haq 8

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans