Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

LedgerJournalTable create a new recort Ax2012 R3

(0) ShareShare
ReportReport
Posted on by 25

Created MI Object - LedgerJournalTable form. EnumTypeParameter - LedgerJournalType, EnumParameter - CustPayment. Clicking on MI opens a form with the CustPayment types. All is well. Create a record, the record is created with the type "CustPayment". Then created a class DistribJournalTableCustPaym extends LedgerJournalFormTable, it has "queryAddRange" method with following code

    super();

    qbds = SysFormDataSource::fds2Qbds(journalTable_ds);
   
    while select ledgerJournalName
        where ledgerJournalName.JournalType == LedgerJournalType::CustPayment
            && ledgerJournalName.SysSubModule_MRC == SysSubModule_MRC::Disribution
    {
        qbrJournalName = qbds.addRange(fieldnum(LedgerJournalTable, JournalName));
        qbrJournalName.value(SysQuery::value(ledgerJournalName.JournalName));
        qbrJournalName.status(RangeStatus::Locked);
    }

After that I launch the form, I create the record and record is created with type "Daily". I don't know why.

*This post is locked for comments

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

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Vahid Ghafarpour – Community Spotlight

We are excited to recognize Vahid Ghafarpour as our February 2025 Community…

Tip: Become a User Group leader!

Join the ranks of valued community UG leaders

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 292,494 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,309 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans