Using a Checkbox to turn a script on or off
I am trying to use a checkbox to turn on and off a discount, I've got the script for the discount to work but I cannot get the checkbox to function.
event.value=Number(this.getField("fill_122").valueAsString)*-.1
is the script that I have applying the discount, I just need to get my checbox in this case "Con_Check" to turn this discount on and off.
Con_Check = checkbox
Fill_122 = field that the discount is being applied to
Contract_Discount = the discount that is being applied
Trying to use this to show customers their savings with their contract discount.
