if this is working then ok, otherwise you can use
doc.hr for check value
and
not doc.hr for uncheck value
not working
this is the problem when i submit a general message the with checking hr the reporting authority also getting it withoiut the action
G = HR
AS =Reporting authority
doc.hr and not doc.reporting_authority
and
not doc.hr and doc.reporting_authority
either
doc.hr and !doc.reporting_authority
and
!doc.hr and doc.reporting_authority
@amal_31845
try this both condition for each condition field
what if the both get checked
You can add one more row/rule in transition rules
Submitted—save--------state_name-----whom to send for approval(role name)
condition will be
doc.hr and doc.reporting_authority
1 Like