For the sake of simplicity, here is a test script that I would like to run during the Initialize step of an object launch point
mbo.setValue('CCIPERSONGROUP', 'TEST')
It sets the value properly, but does not save it. It saves properly when the object is saved (via the Update step of the object launch point), but not during Initialize.
Is there a way to get mbos to save on Initialize?