Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and 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).
0