Notifications
Clear all
Topic starter
Hello,
Can anyone help I am not sure if you can do this but I figured I would ask ,
Is there a way that when you click on a check box it takes you to a medication custom list? I know you can do it from a button but in the form that we are working on we have just a few check boxes that we would prefer not make into buttons.
Thanks any help is appreciated.
-Alex
Posted : January 8, 2015 8:36 am
Yeah use the white space in vfe, like this using real variable names.
{fn DoThisWhenBoxIsChecked(var){
//code you want to execute, NEWMED(CustomList) or anything else
}
}{DoThisWhenBoxIsChecked(document.CheckBoxName)}
Posted : January 8, 2015 9:02 am