Non-admin users can't update Date type fields (multiple records) via List v3DescriptionNon-admin users can't update date type fields (multiple records) via List v3.Steps to Reproduce 1. Enable List V3.2. Go to 'kb_knowledge' table list and change List edit type to "Save immediately (cell edit mode)" in List Control.3. Impersonate "Bernard Laboy" (a non-admin who has "knowledge_manager" role).4. Go to 'kb_knowledge' table and add 'Valid To' field to the list view, if not present.5. Select multiple records via 'Valid To' field column and double-click to update it.6. You will get 500 status error in the console as well as the following server error:...SEVERE *** ERROR *** java.lang.NullPointerExceptionjava.lang.RuntimeException: java.lang.NullPointerExceptionat com.glide.rest.handler.impl.ServiceHandlerImpl.handleInvocationTargetException(ServiceHandlerImpl.java:79)at com.glide.rest.handler.impl.ServiceHandlerImpl.invokeService(ServiceHandlerImpl.java:50)at com.glide.rest.processors.RESTAPIProcessor.process(RESTAPIProcessor.java:228)at com.glide.processors.AProcessor.runProcessor(AProcessor.java:474)at com.glide.processors.AProcessor.processTransaction(AProcessor.java:199)at com.glide.processors.ProcessorRegistry.process0(ProcessorRegistry.java:178)at com.glide.processors.ProcessorRegistry.process(ProcessorRegistry.java:167)....User is able to update single record at a time in the list view though.WorkaroundDisable List v3 overall or for specific table via List Control.Related Problem: PRB1280817