Dot walking field on "Comments and Work notes" fields show empty on list view without "Additional Comments"DescriptionDot walking field on "Comments and Work notes" fields are showing Empty on List View with out "Additional Comments" field.Steps to Reproduce Create a new Table (i.e. "test_table").Create a new field of type -Reference (i.e. "Incident Reference") on the above table, reference to Incident.Create a record on the "test_table" showing Incident record.On the test_table, add the dot walked the below fields by Configure > List Layout:"Incident Reference.Comments and worknotes" "Incident Reference.Additional Comments"Verify comments are visible on both the added fields.Personalize the list, and remove the "Additional Comments". The column "Comments and Work notes" displays empty without the "Additional comments" fields.WorkaroundThis is expected behaviour. Journal fields not stored in the table where they were referenced/defined, but in a separate table. If a journal field is dependent on other journal fields, by default there is no GlideElement defined for dependent fields, as they are not part of the display fields, so ACLs can not be evaluated. If the dependent fields are added to the display fields, the issue is resolved. If a list view is optimized, then there is an issue, but can be solved by adding all dependent fields to the view. Turning off the system property glide.ui.list.optimize, if possible, solves the issue. A further workaround is to set and enable to true the system property glide.script.partial_record_materializer.enabled. (see related PRB1329985/KB0793259).Related Problem: PRB1356670