Mandatory the source subinventory in Movement Request Line only for specific Inv.Organization
Hi All,
The requirement is to make it mandatory to specify the source subinventory for a specific inventory organization at the movement request line level. I have tried using a few EL expressions in the Sandbox, but all the expressions I used affected all inventory organizations.
EL Expressions which are used,
#{bindings.InvOrgCode==STR_STG}
#{bindings.InventoryOrganization.inputValue == 'STR_STG'}
#{bindings.InventoryOrganizationId.inputValue == '300000003464780'}
#{bindings.InventoryOrganizationId.inputValue == 'STR_STG' ? bindings.MovementRequestLine21.hints.FromSubinventoryCode.mandatory : false}
Is there any other way to overcome this?
Regards,
Navindu
Tagged:
1