Page 1 of 1

additional tables in inventory search view

PostPosted: Mon May 26, 2025 10:29 am
by JuiceyBrucey
7.2.1.0
SR 16
I hope I have not asked this before, I have searched and could not find it.
Is it possible to add WebEnabled, Status, Aux2, InventoryID, to the visible fields that appear when you do an inventory search?
Another step further from this would be able to right click any inventory item and edit it in a separate tab. Otherwise we are constantly having to start the inventory search over from the beginning once we select an item.
For example, if we are searching for a brand name PURINA (The office staff put this in the Description field), we want to edit several of the items, and also see their status and if they are web enabled. We cant see this information at the moment, so we have to actually select the item to edit it to see its status and webenabled status. And when we select one of the items to edit, our search disappears and although we may have edited one item, we then need to go back and do the search again to bring up that brand name. It makes editing inventory a lot more time consuming and frustrating.
Is it possible to do this?
One step further would be to have these field name displays optional by just clicking a select button. Then for people like me that work by InventoryID rather than name, I could see InventoryID as well. This way office staff get to see the simplified version, but those that need more detail can see that easily.
Thank you.
Cheers

Re: additional tables in inventory search view  Topic is solved

PostPosted: Mon May 26, 2025 10:42 am
by Mike.Sheen
This post will point you in the right direction.

You'll need to add some code in the ApplicationManagerPlugin class Setup method to add a handler to the Search_Showing event, and in there add your own custom search with the columns you want.