Hi,
Is it possible in the Webclient, when you modify one of the task's search fields, to immediately detect that modification and run a script? Right now the script we have only runs after deselecting the field, the event we are using is the "AfterValueChanged", all the other events didn't work, like the "TextChanged".
What our script does is, if it detects a blank space, it replaces it with "|".
We want the script to run as soon as it detects a modification because if before deselecting the field, we press the SEARCH button, it gives the following error:
Best regards