dynamic links to UI
# ask-stanley-ai
h
dynamic links to UI
c
AI generated answer (using internal Slack threads):
Based on the conversations provided, it seems that there are a few different ways to add dynamic links to the UI in NetSuite. 1. Inline HTML Fields: One way to add dynamic links to the UI is through the use of inline HTML fields. However, it's important to note that the use of inline HTML fields on Form pages (except for Forms generated by Suitelets) will be deprecated with a new user interface in NetSuite 2021.1 release. 2. jQuery UI: Another way to add dynamic links to the UI is through the use of jQuery UI. However, this approach has its own challenges. For instance, one user reported an error when trying to create a pop-up with a Suitelet using jQuery UI. The error was "bootstrap.js:184 Uncaught TypeError: jQuery(...).dialog is not a function". The user was advised to switch to using the client script's define to handle dependencies, which allows you to add your own version of jQuery without playing with no conflict. 3. Navigation Portlet: The Navigation Portlet can also be used to add dynamic links to the UI. However, one user reported a challenge with this approach. The user wanted to create a subset of links as many of them were not appropriate based on the user role. The user was advised to use relative links and start them at
/app/crm/...
. The user was also advised that they don't need to pass the
company=?
, as the companyId is in their dynamic URL already. ****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ******
Slack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.808017313
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.805579662
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.797455132
Please provide your feedback on this answer.