My scenario is that I have defined 3 fields - "scope", "status" and "checklist" under the Case Entity. I need to set the "checklist" field to be "required" based on the following conditions:
(1) if "scope" = Admission and "status" = assigned
(2) if "scope" = Discharge and "status" = closed
(3) if "scope" = Treatment or Surgery and "status" = procedure.
The "scope" and "status" fields are both ENUM fields with the values.
Tried this under the field level conditions setting for the "checklist" field but it just went whacky as defining the AND/OR clauses were confusing and ended up conflicting. The best and clearer way would be to use workflow. Unfortunately, I could not do it, perhaps i am not sure.
Need all the help on this one. Thank you in advance.
(1) if "scope" = Admission and "status" = assigned
(2) if "scope" = Discharge and "status" = closed
(3) if "scope" = Treatment or Surgery and "status" = procedure.
The "scope" and "status" fields are both ENUM fields with the values.
Tried this under the field level conditions setting for the "checklist" field but it just went whacky as defining the AND/OR clauses were confusing and ended up conflicting. The best and clearer way would be to use workflow. Unfortunately, I could not do it, perhaps i am not sure.
Need all the help on this one. Thank you in advance.
Comment