-
Showing Null value in OwnerEmail
for(Account acc : Trigger.New){
system.debug(‘>>>>>>>>’+acc.Owner.Email);
}
In my Trigger ‘account.Owner.Email’ is showing null value,but we have an email of Owner, can anyone help me with this?
Log In to reply.
for(Account acc : Trigger.New){
system.debug(‘>>>>>>>>’+acc.Owner.Email);
}
In my Trigger ‘account.Owner.Email’ is showing null value,but we have an email of Owner, can anyone help me with this?
Log In to reply.