We need the item_id to arrive dynamically while create the po requisition
Summary:
Content (please ensure you mask any confidential information):
We need the item_itd to arrive dynamically while creating a PO requisition.
We have created a DFF in Po Requisition form and LOV based on the SQL statement
LOV query
select attribute1 from egp_system_items_b where organization_id=12
and inventory_item_id =:item_id —- It should be passed dynamically while creating the PO requisition (in current status)
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):