How do I add a link directly under a tab
# ask-stanley-ai
r
How do I add a link directly under a tab
c
AI generated answer (using internal Slack threads):
To add a link directly under a tab in NetSuite, it seems from the conversations that it's not directly possible to do so. However, you can manipulate the UI using SuiteScript or JavaScript to achieve similar results. For instance, if you want to pass a default tab to show when linking to a record, you can append
&selectedtab=s_comm
to the URL. This will open the "Communication" tab by default when the link is clicked. If you want to add a button in subtabs, you can use inline HTML or JavaScript to move the button. One of the basic ways to do this is by using
Node.appendChild()
. However, it's easier to create your own button using inline HTML if you have a choice. ****** 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.828744769
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.817099035
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.81390059
Please provide your feedback on this answer.