How can i identify any check box is true or not by using Business rules

sushma9
Tera Contributor

Hi All,

I have  filed  X and its a check box fileds . I need check whether the x is checked or not using the Br . How can i check whether its checked or  not and if its checked then my i have some script to excute. Please let me know how can i check whethe yhe check box is checkd or not using br .

1 ACCEPTED SOLUTION

Danish Bhairag2
Tera Sage
Tera Sage

Hi @sushma9 ,

 

You can do something like this in your BR

 

if(current.x == 'true'){

//write your logic here

}else{

//do something or leave blank

}

 

Thanks,

Danish

 

View solution in original post

2 REPLIES 2

Danish Bhairag2
Tera Sage
Tera Sage

Hi @sushma9 ,

 

You can do something like this in your BR

 

if(current.x == 'true'){

//write your logic here

}else{

//do something or leave blank

}

 

Thanks,

Danish

 

Danish Bhairag2
Tera Sage
Tera Sage

Hi @sushma9 ,

 

If my response helped you could u please mark it as solution accepted so that other users can benefit from it.

 

Thanks,

Danish