Deeplink Manage Item Quantities from Sales Order
Summary:
Hi All, Our requirement is to navigate to Manage Onhand page from Sales Order and view Onhand for specific Item in specific Org. I am using below expression for the same:
https://<pod>/fscmUI/faces/deeplink?objType=INV_ONHAND_DETAILS&action=VIEW&objKey=ItemNumber=#{bindings.ItemNumber.inputValue};OrganizationCode=#{bindings.OrganizationCode.inputValue}
Here it is picking Item Number only as Input value but not picking Organization Code as parameter. Can you please help on how to pick Organization Code as well using above expression
0