How to Dynamically Pass Purchase Order ID to PSQuery URL in OGL Smart Tip
Summary:
Hello,
I am currently building a Smart Tip in Oracle Guided Learning for PeopleSoft, and I need help with dynamically passing data from the page into a PSQuery URL. I have the selector setup as: [id^="main_target_win"] >> #PO_HDR_PO_ID
I am embedding an URL Call to direct PSQuery in the Smart Tip that opens a PeopleSoft PSQuery:…?ICAction=ICQryNameURL=PUBLIC.FSP_PO_ROLL_CHECK&BIND1=
I want to automatically insert the displayed Purchase Order ID (PO ID) — which is shown on the PeopleSoft page in a span like this:
<div id="win0divPO_HDR_PO_ID" data-iridize-nofb=""><span class="PSEDITBOX_DISPONLY" id="PO_HDR_PO_ID" data-iridize-nofb="">0000074843</span><!-- PO_HDR_PO_ID --></div>