how to have the link open in same page '<a href...
# ask-stanley-ai
c
AI generated answer (using internal Slack threads):
To have the link open in the same page, you can remove the
target=_blank
attribute from your anchor tag. The
target=_blank
attribute is what causes the link to open in a new tab or window. Here is how you can modify your code:
Copy code
html
'<a href=' || '<https://4146758.app.netsuite.com//app/common/search/searchresults.nl?searchtype=Employee&AHI_CUSTRECORD_MUTS_TSS_DATErange=CUSTOM&AHI_CUSTRECORD_MUTS_TSS_DATEfromrel_formattedValue=&AHI_CUSTRECORD_MUTS_TSS_DATEfromrel=&AHI_CUSTRECORD_MUTS_TSS_DATEfromreltype=DAGO&AHI_CUSTRECORD_MUTS_TSS_DATEtorel_formattedValue=&AHI_CUSTRECORD_MUTS_TSS_DATEtorel=&AHI_CUSTRECORD_MUTS_TSS_DATEtoreltype=DAGO&TM_CUSTCOL_EG_PROJECT_MANAGER=%40ALL%40&style=NORMAL&AHI_CUSTRECORD_MUTS_TSS_DATEmodi=WITHIN&AHI_CUSTRECORD_MUTS_TSS_DATE=CUSTOM&Entity_ENTITYIDtype=STARTSWITH&report=&grid=&searchid=4369&sortcol=AHI_cfRECORD_810_raw&sortdir=ASC&csv=HTML&OfficeXML=F&pdf=&size=500&_csrf=G-71JITLSOWLeIbqXh_p1n80l7AjpNgMcazpmnUDF3nLGZ9VNPoPdrbzRMIykW9Id-8GAs6tHx8R2cwRquqDesCU47rOonuj-F0g_uNWt327ctn5xkhdNQ7PCEnqBNuE1-mdtE5Ms1JlL9Gzlv_cT6X68uEROP54DQzZoV-aQRY%3D&twbx=F'%7C%7C>  '&Employee_SUPERVISOR=' || {supervisor.id} ||'&Entity_ENTITYID='  || Replace({entityid},' ','%20') ||'>View Detail</a>'
Please replace the
########
with your account number and
{appliedtotransaction.internalid}
with the internal id of the transaction you want to link to. ****** 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.840027571
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.824273527
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.822114348
Please provide your feedback on this answer.