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.
我编写了一个用户事件脚本来更新已发布的交易,因此我必须了解交易(例如发票)已发布。我如何在suitescript上搜索这个。
您正在寻找posting过滤器(您可以添加您想要的搜索列)
posting
var transactions = nlapiSearchRecord('transaction', null, [['posting', 'is', 'T'], 'and', ['mainline','is', 'T']);