Automation Script Object launch point is set to parentMbo. Trigger is upon save, currently happening is when i make changes in childMbo then save() the parentMbo, it will not setValue in 'Description' attribute. I need to change parentMbo first before the changes take effect. Here's my sample code:
triggerInvoke = False
childMbo = mbo.getMboSet("RELATEDTICKET")
if childMbo is not None:
triggerInvoke = True
if triggerInvoke == True:
mbo.setValue("DESCRIPTION", "Invoke")