Hello and a happy, healthy and peaceful new year
I need a variable to filter records with the owner of the logged-in user.
I need a variable to filter records with the owner of the logged-in user.
class MyClass
{
__construct(private \Espo\Entities\User $user) {}
}
Comment