使用脚本将新的开票时间表与销售订单一起附加

时间:2018-12-25 06:49:28

标签: netsuite

我正在使用用户事件脚本来创建帐单明细表。我想将创建的帐单明细表附加到销售订单中。

我尝试使用nlapiAttachRecord,但出现此错误

var attach = nlapiAttachRecord('billingschedule', billId, 'salesorder', salesOrderId);

错误:

SSS_INVALID_ATTACH_RECORD_TYPE Details: Attaching of record type billingschedule to salesorder is not supported.

如果我们在不编写脚本的情况下创建开票时间表,则会自动将其附加到销售订单上(这意味着BS上的交易字段设置了销售订单ID的值)。

但是如何通过使用脚本来做到这一点?

编辑:也用于billingschedule.setFieldValue('transaction',salesOrderId);

0 个答案:

没有答案