首先在 Maximo 的 Automation Scripts 应用中创建一个自动化脚本,内容如下: Script: countofwoandsr Script Language: javascript Allow Invoking Script Functions: true 代码语言:javascript 代码运行次数:0 运行 AI代码解释 load("nashorn:mozilla_compat.js"); importPackage(Packages.psdi.server); var resp = {...
Maximo 中 Automation Script 之间调用的几种方式 代码语言:javascript 代码运行次数:0 invokeScript(script_name:String,context:Map<String,String>):voidinvokeScript(script_name:String):Map<String,Object>invokeScript(script_name:String,function_name:String,function_arguments:Object[]):Object 方法一 MYLIB 库脚...
Experience with Maximo® business object (MBO) API is an advantage although not a prerequisite. Components of automation scripts For a script to run, you specify the following components: A launch point that defines the context for the script to run Variables and corresponding binding values Sour...
The example python scripts query input data and provide logic to manipulate the data before the output data is constructed. When Maximo® Manage starts an integration transaction, the object structure provides an internal record data (irData) element to a publish channe...
首先在 Maximo 的 Automation Scripts 应用中创建一个自动化脚本,内容如下: Script: countofwoandsr Script Language: javascript Allow Invoking Script Functions: true load("nashorn:mozilla_compat.js");importPackage(Packages.psdi.server);varresp={};varsite=request.getQueryParam("site");varwoset=MXServer...
创建Automation Script 发送 POST 请求,参数如下: 调用 Automation Script 发送 GET 请求,参数如下: 返回结果如下:
Using Automation Tool to Automate the Task Keyword TestLog records everything that happened in the test Any new functionality can be added to already existing automated tests by creating and adding more keyword tests using keyword test editor Checkpoints are used in keyword tests for verifying data...
You can use automation scripts in place of Java classes to extend the main Java processing classes for predefined integration components. You can use automation scripts to apply custom logic at various points during the processing of object structures, p
您可以使用Maximo® Nuclear中的 "自动化脚本" 应用程序来激活脚本或修改随Maximo Nuclear提供的脚本。 以下是可用的自动化脚本: PLUSLCOCREATELOGCOMP 在LCO 记录状态更改为“已完成”(COMP) 之后创建说明日志条目。 PLUSLCOCREATELOGINPRG 在LCO 记录状态更改为“正在进行”(INPRG) 之后创建说明日志条目。
Maximo的REST API如何实现Automation Scripts的创建? 调用Maximo的Automation Scripts需要注意哪些事项? 在Maximo中,如何通过REST API有效管理Automation Scripts? 创建Automation Script 发送POST 请求,参数如下: 代码语言:javascript 代码运行次数:0 运行 AI代码解释 url: POST /api/os/mxapiautoscript?apikey={{api_key...