Skip to main content
Nathan Dunn (AmeriWorks Financial) ๋‹˜์ด Salesforce Flow Automation์— ์งˆ๋ฌธํ–ˆ์Šต๋‹ˆ๋‹ค

I have a #Flow that updates a few fields on the #User Object when the User is deactivated. Is it possible to also create a #New Task record on the associated #Contact Record to show that the User was deactivated? I've tried calling a Subflow, using a Create Records, and using a Create Task action, but nothing is working. It might not be possible due to a Mixed DML issue?

๋‹ต๋ณ€ 4๊ฐœ
  1. 2024๋…„ 1์›” 29์ผ ์˜คํ›„ 11:13

    If it is a mixed DML issue, one possibility is to add an Asynchronous path to the Flow and perform the User DML in the "Immediately" branch and the Contact / Task DML in the "Asynch" branch.

0/9000