The Fedex site returns valid shipment info with that URL. I still get the error though, so the issue must be with the internal browser not getting the right information and the suggested fix is moving to 10.2.xxx. That will happen later this year for us.
Just wondering if someone has fixed this issue by adding a new button that uses the captured and opens the URL with a regular browser? Or maybe has it as a clickable link that bypasses the internal browser or something?
@psiebers I did this for 5 forms last month, so it is not hard as I rarely do customizations. This not my code originally, but I have used it since the E9 days and it works for this by using the default browser. I did the Misc Shipment Tracker now to document the steps I followed.
Form Event Wizard - Add EpiviewNotification on the view that has the tracking number.
Add button named btnTrack (make it the same size and location after testing of the original button)
use wizard - Reference Adaptor to add ShipViaAdaptor
script F5 to compile
save
close form - open form to get button available
Event wizard
epiButton - Your button - Click - Add.
paste in the btnTrack_Click routine.
edit data views to the ones added earlier for this form