Hello
I want to show a button only when
- Field have specific value
- Javascript Function Return ture
and this is AND condition not OR
mean when field value is "abc" and javascript function return true
How can i do this
because enable rule have only OR condition not AND
Thanks