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)

Cancel & Delete a Sales Order Packing Slip gives updateConflict Exception - Please help

(0) ShareShare
ReportReport
Posted on by 1,447

Hi,

I am trying to cancel and delete a sales order packing slip but AX gives me an UpdateConflict exception. Please help. I am sure that I am the only one using AX so it really confuses me why there is an updateConflict.

4466.w.PNG

*This post is locked for comments

I have the same question (0)
  • DJRM Profile Picture
    1,447 on at

    Also, there is an outer ttsbegin/ttscommit (not shown on the image).

  • Suggested answer
    Chaitanya Golla Profile Picture
    17,225 on at

    Hi,

    There are couple of things that need to be changed. If you delete the record from packingslipjour, it automatically deletes it from packingslipTrans as delete action of type cascade is defined on table CustPackingSlipTrans and no need to explicitly delete packingslipTrans. (Path: \Data Dictionary\Tables\CustPackingSlipJour\DeleteActions\CustPackingSlipTrans)

    Next, write the statement packingSlipJour.reread() before delete statement and remove update while selecting the record and use following statements:

    packingSlipJour.reread();

    ttsbegin;

    packingSlipJour.selectforupdate(true);

    packingSlipJour.delete();

    ttscommit;

    Hope this helps you.

  • DJRM Profile Picture
    1,447 on at

    Here are my updated codes:

    8204.s.PNG

    Are these okay now?

  • DJRM Profile Picture
    1,447 on at

    Yes and it worked but when I try to create a new packing slip using salesFormLetter, no packing slip was created.

  • Chaitanya Golla Profile Picture
    17,225 on at

    Hi,

    When you say new packing slip is not getting created is it through form UI (or) through some x++ code.

  • Brandon Wiese Profile Picture
    17,788 on at

    Why would you ever delete a customer packing slip?  The UI doesn't let you do it, and for good reason.  You can cancel and correct them, to 0 if necessary, but you should leave the records of posted journals.

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!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
Joris dG Profile Picture

Joris dG 5

#2
Sagar Suman Profile Picture

Sagar Suman 2 Super User 2026 Season 1

#2
Alexey Lekanov Profile Picture

Alexey Lekanov 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans