Workflow conditiondoubt



the condition is the work flow will work when hr get checked

if this is working then ok, otherwise you can use

doc.hr for check value
and
not doc.hr for uncheck value

not working

screenshot please
@amal_31845



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





@Shubham_Prabhat1

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

this code is working or not??

can’t submit,
i think

@amal_31845

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