Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
AccountID in Hyperlink in a Saved Search
I'm writing a saved search and I'm placing hyperlinks to quickly access output in a couple columns on my saved search. The problem is, when I hard code my accountID into the formula in the URL, I have to remember to change it when I move the search from one SB to another and finally to production (e.g. 12345-sb3.app.netsuite.com/ to 12345-sb2.app.netsuite.com/ to 12345.app.netsuite.com/).
Does anyone know how to retrieve the accountID via a field for use in the saved search so I don't have to modify it with every move from environment to environment? Something like "https://{accountID}.app.netsuite.com/app/accounting/transactions/salesord.nl?id=987654&whence=" so it will be more dynamic?