web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

How To Stop/cancel a return order in AX

(0) ShareShare
ReportReport
Posted on by

Hi,

I'm working in retail industry. since i'm new to AX i not much aware of AX.

can anyone navigate how to cancel or stop a return order in AX.

*This post is locked for comments

I have the same question (0)
  • Verified answer
    Community Member Profile Picture
    on at
    RE: How To Stop/cancel a return order in AX

    Return Order is a specific type of Sales Order

    you will find Return Order listed in SalesTable form with SalesType 'Return Order'

    So you can cancel the Return Order some thing link other Sales Order, by cancelling all the lines of the order

    You have one option at sales line level to update the deliver remainder qty

    if all the sales lines status gets 'Cancelled' then SalesTable header gets updated as Cancelled automatically

    if you want to do it programmatically then you need to write following code to cancel a sales line

    ttsBegin;

    salesLine.RemainSalesPhysical = 0;

    salesLine.remainInventPhysical = 0;

    salesLine.update();

    ttsCommit;

    Please verify and update us if you need more details

  • Suggested answer
    Ian Nuttycombe Profile Picture
    471 on at
    RE: How To Stop/cancel a return order in AX

    When you say retail are you using a POS to cancel return order?

    Is this a sales return order ? if so see below Bing search would have also given you the answer

    technet.microsoft.com/.../gg213628.aspx

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Abhilash Warrier – Community Spotlight

We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
Martin Tocauer Profile Picture

Martin Tocauer 4

#2
Community Member Profile Picture

Community Member 2

#2
Nayyar Siddiqi Profile Picture

Nayyar Siddiqi 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans