如何使用RESTlet获取Netsuite中字段的默认值?

时间:2016-07-20 17:25:47

标签: restlet netsuite

我通过以下RESTlet文件函数名称 getFields 获取所有必需字段(标准和自定义)。 https://gist.githubusercontent.com/ganeshprabhus/68a9e5b81e53436bb1d684f857a6c31f/raw/67fe03895f1c31d65c1f283dd51584af45d27c59/NS_Script_2016.2004

我可以获得字段的类型和标签。我想获得该字段的默认值。

提前致谢

1 个答案:

答案 0 :(得分:1)

你应该可以使用:

field_details['Value'] = record.getFieldValue(fieldName);
field_details['Text'] = record.getFieldText(fieldName);

从记录对象中提取值并显示这些字段的文本。在客户记录中运行该操作将为您提供如下结果:

customform = {object}
Type = {string} select
Label = {string} Custom Form
Value = {number} 23
Text = {string} XX Customer Form