Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics RMS (Archived)

Store Operations Manager PO/Transfers automatic order number getting stuck

(0) ShareShare
ReportReport
Posted on by 50

At one of my stores, when creating a PO or transfer after leaving the order number blank (which we do the majority of time) the manager would generally generate an automatic number. Now after reaching number 1000000 at one particular location it keeps defaulting back to it giving us the error message that this number cannot be used again. How to I get the program to move on from this number and continue on?

Thanks

*This post is locked for comments

  • Suggested answer
    Community Member Profile Picture
    Community Member Microsoft Employee on at
    RE: Store Operations Manager PO/Transfers automatic order number getting stuck

    Hey, Good Day i solved my issue but advice you should be cautious of this method

    I Run (2)two Queries


    First

    select * from PurchaseOrder
    where PONumber like '1000000%'

    To view all the possible PONumber in the range review them to see if they were important

    Now if you want to delete them which i had like 10

    You could change there number to something RMS will accept

    but i just delete them

    With this query

    delete from PurchaseOrder
    where PONumber like '1000000%'

    Problem Solved!

  • Suggested answer
    raelhefn Profile Picture
    raelhefn on at
    RE: Store Operations Manager PO/Transfers automatic order number getting stuck

    select PONumber from PurchaseOrder where PONumber  like '1000000'

    it will give you all PO's and transfers order ordered by its number

  • Kevin Bike Tech Profile Picture
    Kevin Bike Tech 50 on at
    RE: Store Operations Manager PO/Transfers automatic order number getting stuck

    can you provide more details on accessing the purchase order table?

    Greatly appreciated

  • Suggested answer
    raelhefn Profile Picture
    raelhefn on at
    RE: Store Operations Manager PO/Transfers automatic order number getting stuck

    Check PurchaseOrder Table if this value exist set next number manually 1000001.

    also this case may be occurred during database deadlock you can remove it by restart database engine in case of not exist in your PurchaseOrder table.

    Recheck your database and reindex from store operation administrator if second scenario not solve your issue.

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

Congratulations 2024 Spotlight Honorees

Kudos to all of our 2024 community stars! 🎉

Meet the Top 10 leaders for December

Congratulations to our December super stars! 🥳

Start Your Super User Journey

Join the ranks of our community heros! 🦹

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,711 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,458 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans