Forum Discussion
Laura_Thacker
12 years agoQrew Commander
If you go to those website's pages and type in an actual trackable number and then copy the URL you can embed this into QuickBase, and subsitute the values with URLEncode ([field name]), which should work.
Here's some I've built in the past for FedEx and UPS.
Case([Shipping Source],
"Fed-Ex","https://www.fedex.com/fedextrack/?cntry_code=us&tab=1&clienttype=wtrk&tracknums="&URLEncode(),
"UPS","http://wwwapps.ups.com/WebTracking/track?loc=en_US&utm_campaign=website&utm_source=sendgrid.com&utm_medium=email&trackNums="&URLEncode()
)
Here's some I've built in the past for FedEx and UPS.
Case([Shipping Source],
"Fed-Ex","https://www.fedex.com/fedextrack/?cntry_code=us&tab=1&clienttype=wtrk&tracknums="&URLEncode(),
"UPS","http://wwwapps.ups.com/WebTracking/track?loc=en_US&utm_campaign=website&utm_source=sendgrid.com&utm_medium=email&trackNums="&URLEncode()
)