Amol Loya
08/04/2025, 1:04 PMCeligo AI
08/04/2025, 1:04 PMAI generated answer (using internal Slack threads):To create a tiny URL from a long URL link for dynamic links in NetSuite, you can use a URL shortener service like https://tiny.cc/. However, please note that using a third-party service introduces an additional point of management and potential failure. If the third-party service changes or stops working, your shortened URLs will also stop working. Here's a general example of how you might use a URL shortener: 1. Generate your long NetSuite URL. This might look something like
<https://ACCOUNTNR.app.netsuite.com/app/common/custom/custrecordentry.nl?rectype=XX&id=XX>
, where ACCOUNTNR
is your account number and XX
are your specific parameters.
2. Go to the URL shortener service (e.g., https://tiny.cc/).
3. Paste your long URL into the provided field and create your shortened URL.
Please note that this is not a SuiteScript solution, but a general web solution. If you want to generate URLs dynamically within NetSuite, you might want to look into using the N/url
module in SuiteScript, which allows you to generate URLs relative to your NetSuite domain.
******
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
08/04/2025, 1:04 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.830705762
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.826733351
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.826319516
Celigo AI
08/04/2025, 1:04 PM