问题描述
当我从Netsuite中运行报告时,可以选择将链接发送给电子邮件收件人。单击该链接会在用户的默认浏览器上打开一个新的点击,并将其定向到报告。
https://acct00000.app.netsuite.com/app/common/search/searchresults.nl?searchid=17864
table += `<td><a title="Search NetSuite" href="https://acct00000.app.netsuite.com/app/common/search/ubersearchresults.nl?quicksearch=T&searchtype=Uber&frame=be&Uber_NAMEtype=KEYWORDSTARTSWITH&Uber_NAME=${salesOrderNumber}" target="_blank">${salesOrderNumber}</a></td>`;
解决方法
对于销售订单:
https://{account number}.app.netsuite.com/app/accounting/transactions/salesord.nl?id={sales order internal id}
不确定“ NetSuite搜索栏”是什么意思-您可以添加更多详细信息吗?