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".
Friday, October 17, 2008
[INV] Locator Control in Subinventories is Disabled
Posted by
Stanley Kuan
at
Friday, October 17, 2008
Labels: [INV]
Subscribe to:
Post Comments (Atom)


1 comments:
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;
Post a Comment