addEventListener not working in Service Portal
Hi everyone,I'm working with a catalog item and trying to perform a calculation whenever a user types into a single-line text box variable. Here's what I did: var s = g_form.getControl("variable_name"); s.addEventListener('keyup', functionName); fu...