• Prakash Muthumani 28
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
Hi Salesforce Developers,

I have a trigger that converts the leads that are being created by a specific user to accounts. There is a custom email field in lead which is mapped to a custom email field in account. My trigger works fine if at the time of lead creation there is no value in that email field but as soon as I populate that email field I get the following error:

caused by: System.DmlException: Insert failed. First exception on row 0; first error: CANNOT_INSERT_UPDATE_ACTIVATE_ENTITY, "A trigger that updateds the account when the value in one of the account fields in changed" execution of AfterInsert

caused by: System.DmlException: Update failed. First exception on row 0 with id 00119000004OoUHAA0; first error: UNKNOWN_EXCEPTION, externalized text label not found, section: 'udd_HotOrganization' missing: []

We are using dupblocker in our org and I'm suspicious that this is happening becasuse there is a dupblocker scenario on the custom email field in account. 

Does anybody have any resolutions/workarounds for this issue?

Thanks,