Hi all, I have a requirement that only a System Admin can Reopen (change status from Lost OR Won to Open) an Opportunity. I see a msdyncrmWorkflowTools step called 'Check User in Role', but can't seem to get this working.
Basically the scenario is on an Inactive (Won or Lost) record, the WF would check on change of status to see if the user is Role = System Admin.
-If true, it allows the status to change to Open.
-If false, it stops workflow as Canceled and displays the error.
-Nothing should occur when changing status to Won or Lost, only when the record is already Won or Lost and is attempting to be reopened.
Has anybody solved this scenario before? Let me know if so - thanks in advance!