Ron
02/27/2025, 5:20 PMCeligo AI
02/27/2025, 5:21 PMAI generated answer (using internal Slack threads):To add the linked tracking number to the sales order shipping tab, you would need to use a formula(text) field in your saved search to recreate the URL. This involves concatenating the HTML for the web link to the shipper with the variable of the tracking number. Here's a general idea of how you might do it: 1. Create a new formula(text) field in your saved search. 2. In the formula field, you would need to write a formula that concatenates the HTML for the web link to the shipper with the variable of the tracking number. This might look something like this:
'<a href="http://www.shipperwebsite.com/track/' || {trackingnumber} || '">Track Package</a>'
3. This formula would create a hyperlink that links to the shipper's tracking page with the tracking number appended to the URL.
Please note that the actual formula you use would depend on the specific URL structure used by the shipper for tracking packages. Also, if you have multiple shippers (like UPS and FedEx), you would need to use a conditional formula to create the correct URL for each shipper.
******
Disclaimer:
This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes.
******Celigo AI
02/27/2025, 5:22 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.821962833
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.820667803
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.820606291
Celigo AI
02/27/2025, 5:22 PM