gpt4 book ai didi

netsuite - 在 SuiteScript 2.0 中加载自定义记录

转载 作者:行者123 更新时间:2023-12-04 13:37:12 25 4
gpt4 key购买 nike

我正在尝试加载如下自定义记录:

var mergeRecord = record.load({
type: record.Type.'custrecord_merge_vendor',
id: '12',
isDynamic: true
});

这似乎是错误的......但标准记录的等效项如下所示:

var objRecord = record.load({
type: record.Type.SALES_ORDER,
id: 157,
isDynamic: true,
});

这该怎么做 ?

最佳答案

像这样:

var mergeRecord = record.load({
type: 'custrecord_merge_vendor',
id: '12',
isDynamic: true
});

关于netsuite - 在 SuiteScript 2.0 中加载自定义记录,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40824827/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com