Mike Casey
02/13/2025, 10:28 PMCeligo AI
02/13/2025, 10:28 PMAI generated answer (using internal Slack threads):Based on the conversations, it seems like the issue you're experiencing is due to how NetSuite handles URLs in saved searches. When you try to create a dynamic URL that links to an external site, NetSuite prepends its own domain to the URL. One possible solution to this issue is to ensure that the 'Disable HTML in Search Formula' preference is not enabled in your account settings. This setting can sometimes interfere with the proper rendering of HTML in saved searches. If this doesn't solve your issue, you might want to check how you're constructing your URLs. Make sure you're using the correct syntax for creating hyperlinks in HTML. For example, if you're trying to create a dynamic link to a Shopify order, your formula might look something like this:
'<a href=\"<https://test-production.myshopify.com/admin/orders/>' || {custbody_lb_shopify_trx_id} || '\">' || {custbody_shopify_order_number} || '</a>'
This formula concatenates the Shopify order URL with the transaction ID and order number from your NetSuite records.
If you're still having issues, it might be worth checking if there are any account-specific settings or restrictions that could be affecting the way your URLs are being handled.
******
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/13/2025, 10:28 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.812764227
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.810251057
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.807027161
Celigo AI
02/13/2025, 10:28 PM