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!
What does the meaning of the prefix found in a Saved Search URL?
I'm building Hyperlink fields on a record that will launch a saved search where the Document ID is a filter.
This works in Sandbox https://{accountId}.app.netsuite.com/app/common/search/searchresults.nl?searchid={searchid}&CNT_Transaction_NUMBERTEXTtype=IS&CNT_Transaction_NUMBERTEXT={tranid}
In Prod it pulls an unfiltered search of all the records. In Prod this works, https://{accountId}.app.netsuite.com/app/common/search/searchresults.nl?searchid={searchid}&CPG_Transaction_NUMBERTEXTtype=IS&CPG_Transaction_NUMBERTEXT={tranid}
The only difference is CPG or CNT as a prefix to Transaction_NUMBERTEXT. What's the difference and what do these prefixes (or possibly others that could appear in a URL) mean?