Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
rash_611
Partner - Contributor III
Partner - Contributor III

Clearing on condition in Triggers

Hi,

I have a List box and im setting a variable on each selection. if variable in 1 i want to clear the calender. this im trying using triggers.

can any1 help me.

Regards,

Grace

1 Reply
prabhuappu
Creator II
Creator II

Hi Grace,

You can use variable event trigger for clearing the value

you can pass the field name dynamically based on the variable value.

example: =if(variable ='1','<fieldname>')

hope this helps you..

regards,

Prabhu Appu