Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
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
    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

Daivat Vartak – Community Spotlight

We are honored to recognize Daivat Vartak as our March 2025 Community…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Kudos to the February Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 292,575 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,493 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans