web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Microsoft Dynamics RMS (Archived)

Change multiple item categories

(0) ShareShare
ReportReport
Posted on by

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

I have the same question (0)
  • Suggested answer
    eliud mugo Profile Picture
    1,444 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'

  • Verified answer
    Community Member Profile Picture
    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' )

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

    This worked perfectly for my purposes. Thank you!

  • extel Profile Picture
    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
    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.

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Abhilash Warrier – Community Spotlight

We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics RMS (Archived)

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans