Posts

Showing posts from November, 2021

Automation scripts special functions

Some special functions are called in Automation scripts during integration script executions. These functions can be created inside the automation script and will be called by Maximo during different phases of Integration transaction processing. more info can be found in IBM Docs also  IBM Docs - Context APIs for the inbound processing of object structures e.g.  def beforeProcess(){   ... } Integration scripts: changeStatus() skipMbo() similar to skipMboRules overrideValues() similar to overrideRules() skipCols() similar to skipColRules() ObjectProcessing Scripts: beforeProcess()  similar to beforeProcess() beforeCreateMboSet() preSaveRules() afterProcess() afterCreateMboSet() mboRules() beforeMboData() afterMboData() Processing order for inbound objectstructure beforeProcess()  beforeCreateMboSet() preSaveRules() afterProcess() This article is work in progress.