Skip to main content
Ola B (-) 님이 #Salesforce Data Loader에 질문했습니다

Hi all,

 

Does anyone know what this error means? I'm updating the Account Owner via a Dataloader.

 

The new Account Owner User does have a valid email address and is Active

AccountTrigger: execution of BeforeUpdate

caused by: System.EmailException: SendEmail failed. First exception on row 0; first error: INVALID_EMAIL_ADDRESS, Email address is invalid: null: [toAddresses, null]

Class.AccountTriggerManager.processOwnerChange: line 31, column 1

Class.AccountTriggerHandler.handleBeforeUpdate: line 4, column 1

Trigger.AccountTrigger: line 4, column 1

Thanks!

 

#Dataloader #Account #Apex

답변 8개
  1. Manoj Nambirajan (Dell Technologies) Forum Ambassador
    2024년 2월 26일 오전 9:44

    @Ola B help check few things

     

    1. Email address of the new account owner and if that email address is verified.

    2. any other automation you have which sends email upon account ownership change,.. and check if the recipient email address is verified

0/9000