Hello,
When I use a javascript to set null value on subject field on case form, the "id" value of field is set correctly to null, but the text in field remain populated and not return to blank value.
So for the user, seems that the subject is setting, even if the subject is null, and effectively, when the user try to save the record, the system rise an error for mandatory field subject.
There is a way to reset to empty string the field "subject" when I use formContext.getAttribute("subjectid").setValue(null) to null?
In the attachment, the value of my "subject" field after formContext.getAttribute("subjectid").setValue(null) instruction.
Thanks in advance
Gianluca