[SalesForce] Multiple Approval Processes for different Record Types

I've never used multiple Approval Processes for the same object. I have a case now in which I would want a different process to run based on Record Type. Is it just a matter of making multiple Approval Processes with different entry criteria ?

Best Answer

Each step in a single approval process can have entry criteria, so you don't have to evaluate every step each time. I would build this as a single process (in fact I think you're going to have to, because like you said, only one is going to fire at a time). Then use the entry criteria for each step to conditionally determine if that step should fire, based on various criteria.