Search The Knowledge Base
|
Browse By Category
|
|
How can I display UPS tracking data in FileMaker? |
User Opinions (95 votes) |
58%
41%
|
Thank you for rating this answer.
|
You can easily provide tracking data to end-users without requiring an install of the NRGship plugins on all workstations. In your database, you can simply link to UPS.com for tracking data and pass in the returned tracking number.
Create an Open URL script step with a calculated result of:
"http://wwwapps.ups.com/WebTracking/processInputRequest?HTMLVersion=5.0&Requester=UPSHome&error_carried=true&tracknums_displayed=5&TypeOfInquiryNumber=T&loc=en_US&InquiryNumber1=" & YOURTRACKINGNUMBERFIELDNAME & "&InquiryNumber2=&InquiryNumber3=&InquiryNumber4=&InquiryNumber5=&AgreeToTermsAndConditions=yes&track.x=0&track.y=0"
|
Related Articles |
No Related Articles Were Found
|
Attachments |
No Attachments Related to This Article
|