如图中所示:
current.name = value; current.description = value; current.insert();
代码中 value 变量接收到的数据,是在页面中添加记录时,录入的数据。 该数据会自动创建到reference 的table中
ServiceNow 中Reference 的 dynamic creation script
原文:https://www.cnblogs.com/hongsedigua/p/10735442.html