is it possible to access the relations of a model in the hook event object at the lifecycles aftercreate hook?
i can’t find any solutions to map the values on a relation populated in this object
thanks
is it possible to access the relations of a model in the hook event object at the lifecycles aftercreate hook?
i can’t find any solutions to map the values on a relation populated in this object
thanks
I think you can use entity service/query engine to solve your case.