System logs getting multiple error from a field styleDescriptionSystem logs getting multiple error from a field styleSteps to Reproduce > Create a date field called "u_planned_end_date1" in table agent_assist_recommendation> Create the UI style record application-specific (creating in global is not helping)Table: agent_assist_recommendationField name: u_planned_end_date1Value: javascript:((new GlideDateTime(current.u_planned_end_date1).compareTo(new GlideDate()) < 0));Style: background-color:tomato> Then updated the field from the List and could see the log entry.Error meessage will look like below:org.mozilla.javascript.EcmaError: Cannot read property "u_planned_end_date1" from nullCaused by error in <refname> at line 1==> 1: ((new GlideDateTime(current.u_planned_end_date1).compareTo(new GlideDate()) < 0));WorkaroundThis problem is currently under review. You can contact ServiceNow Technical Support or subscribe to this Known Error article by clicking the Subscribe button at the top right of this article to be notified when more information becomes available.Related Problem: PRB1490523