You need to sign in to do that
Don't have an account?
lax
Approval Process simple problem
I want an approval process where I dont know how many people are there in hierarchy chain. Though we assume it to be maximum 7. For that I have created 7 step approval step, at entry of each step I am checking the criteria if theuser's manager is not null. If it is not null then enter the step else go to next step. At the last step I have the criteria that user's manager is null. Say I submitted a record for approval and I have 2 managers in hierarchy chain. So as per me my approval process should go to step1 then skip step2,3,4,5,6 and then go to step7. This looks simple but unfortunately its not working and throwing error that manager's field is empty. Can anyone help. Thanks
Thanks Warewolf,
But it didnt work and I got the same manager required error. I want a scenario where say a user has 3 managers then it should become a 3 step approval process and skips other four steps. If a user has 5 managers then it should become 5 step approval and skips 2 steps. I have written the criterias as follows: