摘要: 在 NetSuite 中可以创建自定义列表,列表可用于为其他(自定义)记录上的下拉选项列表值。 var rec = record.create({ type: 'customrecord_xx' }); rec.setValue({ fieldId: 'custrecord_xx_fld', val 阅读全文
posted @ 2023-12-14 10:47 橙噫i 阅读(72) 评论(0) 推荐(0) 编辑