Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics RMS (Archived)

Items not appear in the store

Posted on by 55

I created items on HQ then exported database to store, but when I check for some items in the store, I can't find them and not appear in the snapshot quantity report. so I made worksheet 250 and 260 but still can not find in the store database. so what can I do to see them in the store and in the report?

*This post is locked for comments

  • Suggested answer
    archelle16 Profile Picture
    archelle16 1,735 on at
    RE: Items not appear in the store

    Please do close this thread and mark as 'verified' to help others. Thank u.

  • Ahmed Zahra Profile Picture
    Ahmed Zahra 55 on at
    RE: Items not appear in the store

    Many thanks my friend. I tried it and the query really fixed my problem. thanks a lot again Ahmed

  • Community Member Profile Picture
    Community Member Microsoft Employee on at
    RE: Items not appear in the store

    Hi Ahmed,

    Most probably you have missing record in the ItemDynamic table, run the following queries in HQ: -

    select count(*) from item

    select count(*) from store

    select count(*) from itemdynamic

    the last result should equal 1st result * 2nd result

    if they are not matching, then u need to run the following fix

    ******************

    insert into itemdynamic(itemid,StoreID,quantitycommitted,quantity,ReorderPoint,RestockLevel,SnapShotQuantity,SnapShotQuantityCommitted)

    select item.id as ItemID, store.id as StoreID,0 as quantitycommitted,0 as quantity,0 as ReorderPoint,0 as RestockLevel,0 as SnapShotQuantity,0 as SnapShotQuantityCommitted

    from item cross join store

    left join itemdynamic on item.id=itemid and store.id=storeid

    where storeid is null

    ********************

    Ahmed Nashat

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

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

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

#2
Martin Dráb Profile Picture

Martin Dráb 230,235 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans