Get Started with Redwood: Oracle Cloud SCM and Purchasing
Default Item Number on PO Line DFF
in Purchasing
Summary:
Hello Experts,
We are looking to create a Mandatory DFF requiring users to associate an Item to their Expense Lines. To make things easier we would like to default the Item Number in the DFF, in case it is an Inventory PO
I have used the ItemId Parameter available for PO_LINES, however am not able to default the Item Number.
Has anyone achieved this successfully?
I've selected Default type=SQL and entered the codes below individually with no luck:
- select item_number from egp_system_items_b where inventory_item_id =:{PARAMETER.ItemId}
- select po.item_description from po_lines_all po where po.ITEM_ID =:{PARAMETER.ItemId}
Tagged:
0