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
API User 577API User 577 

apex trigger for approval process

We are trying to achieve one particular scenario through apex trigger approval process . Like approval mail should get trigger to 6 user example User1(team A), User2(Team A), User 3 (team B),User4 ( Team B), User 5(team C) , User 6 (team C). But it should get approved through Either of one user From One Team, Ex- from Team A - User1 Approved, Team B User 3 Approved and from Team C User 6 approved and record should get approved. Object is Account request which is the details object of account and creating queue option is not available. Could you please guide us to acheive this scenario or provide us the better alternative.