Hi everyone!
I try implement a script for "then" in Insight Automation. I have object that was created or updated i try object.getClass() i get type LegacyObjectBean instead of ObjectBean an i can't use methods for update attribute value from this example.
objectAttributeBeanFactory.createObjectAttributeBeanForObject(object, objectTypeAttributeBean, "The Value");
Method createObjectAttributeBeanForObject the first parameter assumes an ObjectBean, but i have LegacyObjectBean..