Error in broswer console when writing to a Journal fieldDescription<!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } ul{ list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> When writing into a field of type journal, the following error is seen in the browser console. js_includes_ui16_form.jsx?v=12-20-2018_1717&lp=Mon_Dec_10_11_46_09_PST_2018&c=24_714:122 TypeError: Cannot set property 'value' of undefined at setValue (js_includes_ui16_form.jsx?v=12-20-2018_1717&lp=Mon_Dec_10_11_46_09_PST_2018&c=24_714:3409) at setFieldValue (js_includes_ui16_form.jsx?v=12-20-2018_1717&lp=Mon_Dec_10_11_46_09_PST_2018&c=24_714:3402) at js_includes_ui16_form.jsx?v=12-20-2018_1717&lp=Mon_Dec_10_11_46_09_PST_2018&c=24_714:3399 at m.$digest (js_includes_ui16_form.jsx?v=12-20-2018_1717&lp=Mon_Dec_10_11_46_09_PST_2018&c=24_714:147) at m.$apply (js_includes_ui16_form.jsx?v=12-20-2018_1717&lp=Mon_Dec_10_11_46_09_PST_2018&c=24_714:150) at gh.$$debounceViewValueCommit (js_includes_ui16_form.jsx?v=12-20-2018_1717&lp=Mon_Dec_10_11_46_09_PST_2018&c=24_714:296) at gh.$setViewValue (js_includes_ui16_form.jsx?v=12-20-2018_1717&lp=Mon_Dec_10_11_46_09_PST_2018&c=24_714:295) at HTMLTextAreaElement.l (js_includes_ui16_form.jsx?v=12-20-2018_1717&lp=Mon_Dec_10_11_46_09_PST_2018&c=24_714:182) at HTMLTextAreaElement.dispatch (js_includes_doctype.jsx?v=12-20-2018_1717&lp=Mon_Dec_10_11_46_09_PST_2018&c=24_714:24354) at HTMLTextAreaElement.r.handle (js_includes_doctype.jsx?v=12-20-2018_1717&lp=Mon_Dec_10_11_46_09_PST_2018&c=24_714:24354 Release or EnvironmentAll releases CauseThis is caused by the user preference glide.ui.u_demand.stream_input set to the other journal field to which the user does not have write access.Resolution1) Access the user preference (sys_user_preference) table 2) a) Delete the user preference glide.ui.u_demand.stream_input for the user in question. (OR) b) Change the user preference value to "comments"(comments is the field to which user have access to).