Hi Gurus,
Explaining requirement with an example,
Lets say PR or PO have three level of release A1--A2--A3 and on releasing, first A1 level get released and simultaneously other levels (also, no midway release is allowed,skipping the sequence)
Now, my requirement is this, while UNRELEASE of RELEASED(at all level), PR/PO, A1 user should not be allowed to unrelease, unless it is unreleased from A2, and A2 should also not be allowed to unrelease unless , doc is unreleased from A3 (highest level)
Restriction is working while RELEASE(no midway release), but not while UNRELEASE. How to achieve this functionality.
Please guide.Thanks in advance.