Change system owner

0
When I check the box 'Store system owner' on an entity, is it possible to change this system.owner to another user in a later stage? Or do I have to create a separate attribute to do this?
asked
1 answers
1

From the documentation I gather that the system.owner is set on create of the object and can't be changed from microflows. Maybe the value can be set with a java action, but did not check this. Seems the owner attribute should be named CreatedBy as it is not changeable. I would implement your own field and allow for implementing your own logic on the attribute.

answered