function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Jacob RauchenJacob Rauchen 

Update Contact Record Type on field update with Flow

In our org when the Account is changed on the Contact Record, we want the Contact record type to update depending on the record type of the Account along with some other conditions.

We have workflow rules in place currently that get the job done but we are trying to get away from the workflow rules.

We tried Process Builder to do this but since it is not bulkified we kept receiving Apex CPU limit errors when doing bulk updates.

Has anyone implemented this or something like it using Flow? 

Thanks for any help.
Dushyant srivastava 8Dushyant srivastava 8
Hi Jacob,

Flow does not trigger itself it can be called by Button or by the process builder. As you have already tried with process builder I will suggest to write a trigger for this.

If you want help in trigger I am happy to help you out.

Best Regards,
Dushyant Srivastava