Termination Approval
Content
Hello,
We need to create an approval rule based on Requestor's Roles (multiple roles) if i create a rule based on a unique role all working fine but when i consider more than one role the approve fails.
The expression:
((1 == 1) AND (((Requestor's Role Details.Role Common Name == "BGF_LM_GERENTE_CUSTOM") OR (Requestor's Role Details.Role Common Name == "BGF_LM_JEFE_CUSTOM") OR (Requestor's Role Details.Role Common Name == "BGF_LM_SUBDIRECTOR_CUSTOM")) AND ((Requestor's Role Details.Role Common Name == "BGF_AP_CONSULTA_2_CUSTOM") OR (Requestor's Role Details.Role Common Name == "BGF_AP_CONSULTA_CUSTOM") OR (Requestor's Role Details.Role Common Name == "BGF_AP_ESPECIALISTA_2_CUSTOM") OR (Requestor's Role Details.Role Common Name == "BGF_AP_ESPECIALISTA_3_CUSTOM") OR (Requestor's Role Details.Role Common Name == "BGF_AP_ESPECIALISTA_4_CUSTOM") OR (Requestor's Role Details.Role Common Name == "BGF_AP_ESPECIALISTA_5_CUSTOM") OR (Requestor's Role Details.Role Common Name == "BGF_AP_ESPECIALISTA_6_CUSTOM") OR (Requestor's Role Details.Role Common Name == "BGF_AP_ESPECIALISTA_CUSTOM") OR (Requestor's Role Details.Role Common Name == "BGF_AP_GERENTE_2_CUSTOM"))))