我正在撰写套件,将订单详细信息发送到客户的电子邮件地址。
是否可以通过scriptContext或类似方法获取销售订单ID?
我的功能在提交后的销售订单上运行。
function afterSubmit(scriptContext){
soid = scriptContext.soid; //<--trying to get the sales order id
}
答案 0 :(得分:4)
在afterSubmit中,您可以使用scriptContext.newRecord.id
。
请在此处查看afterSubmit
文档:https://system.netsuite.com/app/help/helpcenter.nl?fid=section_4407992281.html
和record.Record
对象成员文档:https://system.netsuite.com/app/help/helpcenter.nl?fid=section_4267255811.html#bridgehead_4273190849