|
I would like to code a rule that allows a particular transition only for certain MyCompany.ChangeRequest.DefectType{s}.
e.g.:
Transition from "Submitted" to "Reviewed" should only be allowed if
MyCompany.ChangeRequest.DefectType = "type1" or MyCompany.ChangeRequest.DefectType = "type2"
Can someone give me syntax for this please? I don't find the MSDN "Scoping Field Rules by State, Transition, or Reason" article very helpful as the rules are listed in C# rather than XML (why?!?!?!?!).
|