Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics RMS (Archived)

Re-Order Points Sync

(0) ShareShare
ReportReport
Posted on by 215

Looking to sync my store/s re-order points to HQ

*This post is locked for comments

  • Tom Harvey Profile Picture
    Tom Harvey 215 on at
    RE: Re-Order Points Sync

    Yes that should work fine. Toad does the same thing, just a more visual program. Can I send you the table outputs/layout I'm looking for... email me and I can reply. Of course I want to pay you for your time as well...  I could do paypal or whatever works best... mail@woodenwheels.com

  • RE: Re-Order Points Sync

    Hi Tom,

    I don't know Toad for SQL - I use SQL Management Studio, but could perhaps email you a report that you could run RMS HQ and once generated, right click and either export or copy as table and paste in Excel.  Would that work?

  • Tom Harvey Profile Picture
    Tom Harvey 215 on at
    RE: Re-Order Points Sync

    OK... Thanks.

    Instead of me making a disaster of things would you be interested (for a fee of course) in writing me a query so I can export my data to an excel file...  I'm using Toad for SQL. I could email you the layout of what I'm looking for? My email is mail@woodenwheels.com

  • RE: Re-Order Points Sync

    Hi again,

    Not sure if you are aware, but RMS keeps a Restock Level and Reorder Point for each item in addition to the SnapShot Restock Level and SnapShot Reorder Point.  Is it possible that you're looking at the Restock and not the SnapShot Restock?  If you run the query below, this will show you the difference between what HQ has programmed and what's actually in the store.

    -- BEGIN Query --

    SELECT Store.Name as Store, ItemLookupcode, Description,

    ItemDynamic.RestockLevel, SnapShotRestockLevel, ItemDynamic.ReorderPoint, SnapShotReorderPoint

    FROM Item

    LEFT JOIN ItemDynamic ON Item.ID = ItemDynamic.ItemID

    LEFT JOIN Store ON Store.ID = ItemDynamic.StoreID

    WHERE

    ItemDynamic.RestockLevel <> SnapShotRestockLevel

    OR

    ItemDynamic.ReorderPoint <> SnapShotReorderPoint

    -- END Query --

  • Tom Harvey Profile Picture
    Tom Harvey 215 on at
    RE: Re-Order Points Sync

    Thanks Heidi... unfortunately the 401 doesn't sync my store re-order points to HQ and I've tested it both ways with no success... I can use a 308 to selectively send down HQ re-order points to the store level but that's it?

  • RE: Re-Order Points Sync

    Hi Tom,

    The store's restock levels and reorder points are already in HQ (they update with the 401 worksheet).  They exist in the ItemDynamic table - SnapShotReOrderPoint and SnapShotRestockLevel.  Both these fields appear on your HQ Manager Report under Items --> SnapShot Store Quantity List.

    Cheers,  Heidi

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,516 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,409 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans