Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想编写一个套件脚本来读取所有执行日志并找出那些有错误日志的。如果不是所有日志,至少来自我们的自定义记录。可行吗?
If you are already familiar with searching in SuiteScript, the record ID for execution logs is scriptexecutionlog. You should be able to build your requisite search with nlapiSearchRecord('scriptexecutionlog', null, [...], [...]);
scriptexecutionlog
nlapiSearchRecord('scriptexecutionlog', null, [...], [...]);