Page 1 of 1

Jiwa Grid menu

PostPosted: Fri Sep 11, 2015 4:52 pm
by perry
Hi,

I have a task to bulk update Bin location for all SOH records of an item.
I'm thinking of is use "Set Value" on the SOH grid (inventoryUI.grdSOH), however it is disabled for that grid.

How can we enable it? Also, are we able to customize that menu?

Regards,

Re: Jiwa Grid menu  Topic is solved

PostPosted: Tue Sep 15, 2015 9:19 pm
by Mike.Sheen
The bin location for that grid will be locked when the system setting "BinLocationMode" of inventory is set to "None". This locking is done at the time the form is loaded.

You can either set that setting to something other than none (may be undesirable as it affects all users and all products), or selectively override it by setting the cached copy of the setting the inventory business logic has before the form has done it's load actions.

When I have an hour or two spare I will have a play with this and also see if the context menu can be customised.