Hi
Using simple script validation, i want to validate if a custom field(user picker field) is empty, show error message.
I tried below code, it always shows msg, even when customfield has user in it.
cfValues['customfield_10000'] = null
I tried many combinations of above with custom field name etc, still same issue.
Thanks