Skip to main content
Solved

EasyPost URL in Generic Inquiry

  • 28 February 2023
  • 3 replies
  • 95 views

I have a Generic Inquiry that displays shipment information based on the tracking number that is input into a parameter. We have EasyPost integrated into our Acumatica, and we have the Tracking URL as one of the fields in the Generic Inquiry. 

Is there a way to make the Tracking URL link active in the Generic Inquiry so the user can simply click on the URL and view the tracking information on the EasyPost tracking page? 

Thank you

3 replies

Userlevel 7
Badge +12

Hi @Del 

Below is an example of a clickable URL from 21 R1, hope you are looking for this

https://www.loganconsulting.com/blog/acumatica-2021-r1-navigate-to-an-external-url-from-a-generic-inquiry/

 

Userlevel 4
Badge

manikantad18

Thank you for the reply. I will give this a try

Userlevel 2
Badge

Tip: If the external link is a fully formed URL, use triple (3) parentheses. Ex: (((TrackingURL)))

If you need URL encoding, use double (2) parentheses: Ex: https://www.google.com/search?q=((TrackingNbr))

The former is useful if you use multiple carriers (e.g. UPS, FedEx, USPS) where the URL convention is different depending on the carrier.

Reply