Comments/Worknotes field is not shown on the form for certain users.Issue <!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> Symptoms Journal fields like 'Comments' [or] 'Work notes' are not shown for few users on the sys_approval_approver form Cause The cause was determined to be with 'glide.ui.sysapproval_approver.stream_input' User Preference and the value assigned to it. Resolution Navigate to User Administration -> User PreferencesSearch for the user preference with name as 'glide.ui.sysapproval_approver.stream_input' for the specific user for whom comments/work notes are not shownCheck the value for this property. If the value is set as 'comments', only 'Additional Comments' field is shown on the approval form. If this is set to 'work_notes', then only Work notes are visible on the approval form.Set the value for this property as needed and save the user preference. Additional Information If you want this user preference to be set as global, create this preference without any value in the 'User' field and 'System' as true. By doing this, you are setting a global user preference and it will be reflected for all users until any user explicitly has the same user preference set.