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.

Comments

Popular posts from this blog

BMXAA6713E - The record could not be retrieved from the database. Error

Rebuilding Maximo Text Indexes due to Query performance issues

List of things checked by Maximo Integrity checker