> Custom Condition: > if ($self->$ticket->OwnerObj->Owner eq 'userid') { > return 1; > } This says: if value for 'Owner' field matches the *literal string* 'userid' return 1 I doubt that's what you want.