I have an automation script with an Object Launch Point on the ASSET object. ASSET has a relationship called VALVEOP. I would like to update the "assetnum" attribute on the VALVEOP object as part of this automation script. What is the best way to go about doing this?
IBM Maximo: Use automation script to update an attribute on a related object
86 views Asked by PLynn At
1
Here’s a basic example of how you might write an automation script in IBM Maximo to update the “assetnum” attribute on the VALVEOP object. This script assumes that you have an Object Launch Point on the ASSET object.
Note: You don't have to call the save mboset explicitly if you are using object launch point on save event. However if the record is not saved, you may use the below statement.