Hi, I am trying to do the following status profile mapping and I am wondering if its possible. for example, I know that the "lowest status number" can not be higher than the status number (like its currently maped out for Approved) and I know that the highest status number cannot be lower than the Status number (like its mapped out for rejected). However, what I am trying to accomplish, is if the status is set to "Approved" it will only have the option to move to "Proposed to Customer" Likewise, if the status is set to "Rejected" it will only have the option to go back to "planned", nothing in between. Is this possible?
Status | Status Number | Lowest Status Number | Highest Status Number |
10 Created | 10 | 10 | 15 |
15 Draft | 15 | 15 | 20 |
20 Planned | 20 | 20 | 25 |
25 Submitted for Approval | 25 | 25 | 35 |
30 Approved | 30 | 40 | 40 |
35 Rejected | 35 | 20 | 20 |
40 Proposed to Customer | 40 | 40 | 50 |
45 Confirmed by Customer | 45 | 55 | 55 |
50 Rejected by Customer | 50 | 20 | 20 |