Join Slack
Powered by
Wanting to see script execution logs for more than...
# suitescript
g
G
07/04/2023, 10:39 PM
Wanting to see script execution logs for more than 10,000 records in a single day, is there a way to see this other than the Script Execution log page? I think saved search would allow maybe or some other alternative? if SS, which one?
d
David B
07/04/2023, 10:57 PM
could use
n/query's runSuiteQLPaged()
to get up to 100,000 results The relevant table is "ScriptNote"
David B
07/04/2023, 11:00 PM
TIL: you can actually create a saved search for this:
Server Script Log search
Just tested and exported 80k logs to CSV
🙌 1
g
G
07/04/2023, 11:47 PM
thanks
@David B
👍 1
2
Views
Open in Slack
Previous
Next