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!
Providing Server Script Logs to exernal users.
I am trying to find a best way to provide existing server scripts logs to external applications for QA purpose. The need here is that we need to send out a list of 'error' logs routinely for some external application.
We have a RJ (Sesame) that extracts the data from NetSuite. However, Server Script Log is not part of schema as we see in schema browser thus there is RJ cannot automatically download that data.
Now I have to come up with custom option. I was thinking I could create a rest script that executes a saved search on Server Script Log and pass data (matching some criteria for example time, log level etc).