Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics RMS (Archived)

New Inventory wizard tasks

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Howdy,

Is it possible to create new inventory wizard tasks?

specifically I want the inventory wizard to toggle the "Item is available on the website" field in the options tab on the product items form.

Or can someone help me with the SQL to do this manually?

Muchas gracias,

jon

*This post is locked for comments

  • Community Member Profile Picture
    Community Member Microsoft Employee on at
    RE: New Inventory wizard tasks

    Hello... did you ever find an answer to this? I realize it was 6 years ago but hey, who knows.

  • TimB Profile Picture
    TimB 1,175 on at
    Re: New Inventory wizard tasks

    I don't think there is any specific wizard to update "item available on website".

    Be very careful when running sql statements. Always have a database backup before you run any sql. The following code will do. The first is by department, the second by category. webitem=1 is to set the item to available on website. 0 is not available.

    Run the select statement first to be sure that the correct records are affected.

    select itemlookupcode,description from item where departmentid = (select id from department where name = 'Dept Name')

    update item set webitem=1 where departmentid = (select id from department where name = 'Dept Name')

    select itemlookupcode,description from item where categoryid = (select id from category where name = 'Category Name')

    update item set webitem=1 where categoryid = (select id from category where name = 'Category Name')

     

    Thank you. TimB

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 Verified Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

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

#2
Martin Dráb Profile Picture

Martin Dráb 230,503 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans