Hi, We added the PO number field to the AP Aging report ( AP631000)
Now the client would like have that field as a hyperlink to the PO entry. screen ( po301000)
The PO number is being pulled form APTran & is working great.
I tried to duplicate the hyperlink on the Reference Number but I am having no luck.
I get the PO Number to show as a hyperlink but when clicked the Bills & Adjustment screen opens with te AP Reference number.
on the PO field, Properties, the NavigateMethod is Server
I added NavigateParams of OrderType→ [APTran,POOrderType], OrderNbr ->[APTran.PONbr]
and the NavigateURL as https://company.acumatica.com/Main?CompanyID=company&ScreenId=PO301000&OrderType=OrderType&OrderNbr=RefNbr
For the URL, I’ve tried it in ‘ and with a $ before the OrderType & Order Nbr.
Any help would be appreciated.
Thanks!
Solved
Hyperlink navigates to wrong screen
Best answer by DavidEichner
I figured out how to get it to open the PO screen. Even though we were telling it to open the PO301000 screen, it apparently looks at the value from APTran and decides that we need to open the AP301000 screen instead. You can add a join to the POOrder table and then use the OrderNbr field from that POOrder table (both for the value and also for the NavigateUrl).
In my testing, some of the purchase orders work with the URL link and others do not. Still trying to figure out what is different.

Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.