I want to return a warning if a user certifies phase 2 on a workflow without having certified phase 1 when using workflow channels
3/10/2020
I want just to return a warning if a user certifies phase 2 on a workflow without having certified phase 1 when using workflow channels. I can stop the user from doing that with an event handler and a throw XFException but that would stop the certification process, while i'd rather give the warning but still complete the certification. I suggested the use of confirmation rules as a better alternative but the customer wants popups messages. I can also throw an error in a IsBeforeEvent=False, but still that would log as an error, while it is only a warning
