Friday, October 17, 2008

[INV] Locator Control in Subinventories is Disabled

Locator Control in Subinventories form is disabled. However, selection still can be done, any change of value will prompts "FRM-40200: Field is protected against update".

To enable that, we need to set the Organization Parameters, Inventory Information to have Locator Control equals "Determined at Subinventory level".

1 comments:

Hillsdale Fan said...

This cannot be changed if open material transaction exist in the ORG. This can be change with below script.

update mtl_parameters
set STOCK_LOCATOR_CONTROL_CODE = 4
where organization_code = 'ORGCODE'
commit;