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)

Reversal by Code

(0) ShareShare
ReportReport
Posted on by 563

Dear Experts,

I'm developer of Microsoft Dynamic AX 2012

I want to reverse some voucher automatically

I have this code , but it shows prompt for parameter

    TransactionReversal_Cust  transactionReversal = new TransactionReversal_Cust();
    GeneralJournalEntry         generalJournalEntry;
    GeneralJournalAccountEntry  generalJournalAccountEntry;

    Args        args = new Args();

    CustTrans   custTrans = CustTrans::findByVoucher('VCR-100000714');

    ;

    args.record(custTrans);

    transactionReversal.parmReversalDate(systemdateget());

    transactionReversal.reversal(args);


reversal-promop.png

How to add value of parameter then execute it directly?

Thanks before

Regards,

Bintang

*This post is locked for comments

I have the same question (0)
  • Rustem Galiamov Profile Picture
    8,072 on at

    Hi Bintang!

    Prompt for parameters called from transactionReversal.reversal(args) method (line 32: if (this.prompt())). You need to create your own class extended from TransactionReversal_Cust and then override reversal() method setting all needed parameters and not calling prompt() method. In your method don't forget to comment super().

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