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)

Reverse customer transaction with x++ code

(0) ShareShare
ReportReport
Posted on by 2,334

Hi,

I'm using the code (in a Job) given below to reverse customer transaction:

static void ReverseCustomerEntry(Args _args)
{
   TransactionReversal_Cust   transactionReversal = new TransactionReversal_Cust();

    Args        args = new Args();

    CustTrans   custTrans = CustTrans::find(5642222344);

    ;




    args.record(custTrans);

    transactionReversal.parmReversalDate(systemdateget());

    transactionReversal.reversal(args);
}


But when I run this code it pops up the dialog to enter date, reason code, reason.

What is the best approach to disable the dialog. Shall I make a copy of the class

TransactionReversal_Cust 

and then comment out .prompt() method?

*This post is locked for comments

I have the same question (0)
  • André Arnaud de Calavon Profile Picture
    303,980 Super User 2026 Season 1 on at

    Hi MYGz,

    You can create an override class of this one and implement the reversal() method in your own way to prevent prompting the dialog. In that case, you have to use parm methods to specify the date, reason code and reason.

  • Community Member Profile Picture
    on at

    Did you find any answer to this concern?

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
Joris dG Profile Picture

Joris dG 5

#2
Andrew Jones a1x Profile Picture

Andrew Jones a1x 2

#3
GL-01081504-0 Profile Picture

GL-01081504-0 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans