Hello @jvenhuizen ,
According to our test, the dbc callout doesn't accept the autoscript which are based on the initializeValue event of attribute launchpoint.
By looking into the class io.sharptree.maximo.dbmanage.ScriptLaunchPoint
In function validate, a ! was missing in front of initializeValue
if (launchPointType.equalsIgnoreCase("ATTRIBUTE")) {
if (!initializeAccessRestriction && initializeValue && !validate && !retrieveList && !runAction) {
throw new Exception("For an attribute launch point one of the follow must be true: initializeAccessRestriction, initializeValue,validate,retrieveList or runAction");
}
}
Thanks for your help
Best regards,
Wei HUANG