Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics RMS (Archived)

Change multiple item categories

Posted on by Microsoft Employee

Hi,

I'm after some guidance on what would be the best way to go about changing the category of multiple items at one time. I'll assume there is a query of some sort that could help me out but I have little to no experience with queries in RMS/SQL specifically (I do have some experience with MySQL databases though).

A nod in the right direction would be much appreciated, cheers!

*This post is locked for comments

  • Community Member Profile Picture
    Community Member Microsoft Employee on at
    RE: Change multiple item categories

    Hi,

    If you are not familiar with SQL commands/scripts, I strongly recommend you seek a professional’s help.

  • extel Profile Picture
    extel 370 on at
    RE: Change multiple item categories

    Hi, unfortunately I'm not familiar with application of the proposed answer, would you mind expanding on how to facilitate same?

  • Community Member Profile Picture
    Community Member Microsoft Employee on at
    RE: Change multiple item categories

    This worked perfectly for my purposes. Thank you!

  • Verified answer
    Community Member Profile Picture
    Community Member Microsoft Employee on at
    RE: Change multiple item categories

    Hi,

    If you want to change category for multiple items in batch, then try the below script

    UPDATE item

    SET categoryid='B'

    WHERE categoryid='A' AND itemlookupcode IN ( 'code1', 'code2', 'code3' )

    Above script will change the category from 'A' to 'B' only for item codes  ( 'code1', 'code2', 'code3' )

  • Suggested answer
    eliud mugo Profile Picture
    eliud mugo 1,440 on at
    RE: Change multiple item categories

    retail realm utility has a wizard which can enable you change bulk item properties at once or else you can use a query  like

    update item set categoryid='X' where itemid='Y'

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,253 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,188 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans