Hi Arnov,
It is not best practice to call an Automation Script from another Automation Script as there is no automation script hierarchy or associated to field in the application, but if this is not a consideration the script to achieve this is
scriptName = "autoscript = 'TEST1'"
scriptMbos = mbo.getMboSet("$scripts", "AUTOSCRIPT", scriptName)
scriptMbo = scriptMbos.getMbo(0)
script = scriptMbo.getString("SOURCE")
exec (script)
I am happy to be contacted on paula.lloyd@macs.eu if you need further assistance.
Regards
Paula Lloyd - Maximo Pre -sales Consultant
MACS EU
#Maximo#AssetandFacilitiesManagement