Some how our departments and catagories doubled and the wrong one was erased. What I mean by that is that two tax groc (departments) were there one with the Catagories and the other didnt have the catagories in there. The one that was deleted was the one with the catagories in it. We have the Departments and the Catagories still at store level just not HQ level. ANyway other than assiging them one at a time?
*This post is locked for comments
i guess best option would be to login in sql database via sql management studio and adjust manually.
You would need to run some queries on your item table to see if the old ID for the deleted department or category still exists. If it does then you can run an update query to SET departmentID = (new ID) where departmentid = (oldID)
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 290,900 Super User 2024 Season 2
Martin Dráb 229,297 Most Valuable Professional
nmaenpaa 101,156