Users are unable to update multiple records in a list; only one of the selected records is updated properly.Issue When a user attempts to edit multiple records from a list view, the records do not update as expected. Only of the selected records will be updated, the rest are not. Initially, it will appear as though all records have been updated, but if you refresh the list, you will see only one record was properly updated. The other selected records will revert back to the previous value. When this occurs, check the logs messages similar to the following error and warning: java.lang.NullPointerException: java.lang.NullPointerException: com.glide.ui_list_edit.ListEditCellContent.appendDocument(ListEditCellContent.java:101)com.glide.ui_list_edit.ListEditCellContent.get(ListEditCellContent.java:54)com.glide.ui_list_edit.ListEditSaver.getContents(ListEditSaver.java:356)com.glide.ui_list_edit.ListEditSaver.update(ListEditSaver.java:199)com.glide.ui_list_edit.ListEditSaver.save(ListEditSaver.java:88)com.glide.ui_list_edit.ListEditSet.process(ListEditSet.java:32)com.glide.ui_list_edit.AJAXListEdit.process(AJAXListEdit.java:43)com.glide.processors.XMLHttpProcessor.processJavaAJAX(XMLHttpProcessor.java:168)com.glide.processors.XMLHttpProcessor.process(XMLHttpProcessor.java:121) *** WARNING *** org.xml.sax.SAXParseException; lineNumber: 464; columnNumber: 22; The parser has encountered more than "500" entity expansions in this document; this is the limit imposed by the application.ReleaseAllCauseThe system property glide.xmlutil.max_entity_expansion is set too low on the instanceResolutionThis issue can be resolved by changing this value of the glide.xmlutil.max_entity_expansion property as follows: 1) In the filter navigator, type system_properties.list and press Enter 2) In the system properties list, find and open the property: glide.xmlutil.max_entity_expansion 3) Change the value in the Value field to something higher; for example, if the current value is 500, change the value to 3000 4) Save your changes