I have a form that is working properly with the exception of clearing. I am wanting to select a value of REMOVE_LICENSE from the static list in my workflow, and then have it remove a particular attribute from edirectory when I hit the submit button on the workflow. I can get the actual value to remove on the form by me selecting an event of onchange or onclick, but I am wanting to actually select the REMOVE value from my form and then it clear the attr in eDirectory when I hit submit...
This code below is what I have that is allows me to clear out the data on the 'form' itself like I was mentioning above that I am not interested in doing.
form.setValues("EmailLicenseException", '')