ServiceNow 中Reference 的 dynamic creation script
如图中所示:
SRE实战 互联网时代守护先锋,助力企业售后服务体系运筹帷幄!一键直达领取阿里云限量特价优惠。current.name = value;
current.description = value;
current.insert();
代码中 value 变量接收到的数据,是在页面中添加记录时,录入的数据。
该数据会自动创建到reference 的table中

更多精彩
如图中所示:
SRE实战 互联网时代守护先锋,助力企业售后服务体系运筹帷幄!一键直达领取阿里云限量特价优惠。current.name = value;
current.description = value;
current.insert();
代码中 value 变量接收到的数据,是在页面中添加记录时,录入的数据。
该数据会自动创建到reference 的table中