传递任何数据给RESTlet都提示UNEXPECTED ERROR
情况 传递任何数据给RESTlet都提示UNEXPECTED ERROR 解决 这个错误由于脚本文件没有扩展名。请确保脚本文件以 .js结尾,尽管文件类型显示是JavaScript文件。
情况 传递任何数据给RESTlet都提示UNEXPECTED ERROR 解决 这个错误由于脚本文件没有扩展名。请确保脚本文件以 .js结尾,尽管文件类型显示是JavaScript文件。
Scenario Post any data to a restlet script and get this error Solution This is due to no file extension on the script file. Make sure you appended .js file extension after File Name on the script file record, even if the File Type is JavaScript File already.
你可以使用 ?? 这个判断运算符: 如果想要查看object的attribute是不是null: 如果想要查看object或attribute是不是null:
You can use the ?? test operator: This checks if the attribute of the object is not null: This checks if object or attribute is not null:
场景 用户希望在交易记录中出现特定项目时启动工作流。 解决方案 目前,工作流管理器没有直接访问子列表的功能。作为替代方案,创建一个保存搜索来确定交易记录中是否包含特定项目。确保将保存搜索设置为公共的。 创建保存搜索时,请参考以下标准: 类型为<事务处理的类型>主行为真货品为<选择项目>
Scenario User wants to initiate a Workflow when a certain item is on a transaction record. Solution As of the moment, the Workflow Manager does not have the capability to directly access sublists. As an alternate solution, create a saved search to determine if a specific item is included on the Transaction record. Ensure that... » read more