In the related list, the 'Edit' button does not appear for ITIL usersIssue <!-- 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; } --> Symptoms When viewing a related list as an 'ITIL' user, the 'Edit' UI Action does not appear. This appears when viewing it as an 'Admin' user. Release All releases Cause There are several causes to this issue. There could be a pre-defined and configured List Control on that specific table stopping the 'Edit' button from appearing.The 'Edit' button could have its condition modified which stops it from appearing for 'ITIL' usersThe WRITE ACL could be modified that the table where it has conditions against it. When this happens, it will evaluate contextually and in the rare case it may see that the first record does not meet the condition and this, in turn, stops the UI Action from appearing as it only evaluates on the first record. Resolution List Control: Navigate to the list in question e.g. problem.listRight click on a column headerClick on Configure > List ControlEnsure that there are no predefined roles specified in the 'Edit roles' option Edit UI Action: Navigate to the System Definitions > UI ActionsSearch for "Edit..." under the Name columnFind the UI Action that applies to your tableNote: If you can't find it specified on your table, it could be on the [global] table.Ensure the conditions are configured correctly or revert back to an OOB version WRITE ACL: Navigate to System Security > Access Control (ACL)Filter on the following: 'Operation' as 'write''Type' as 'record''Name' as the table you're targeting Ensure that the OOB ACL does not have a condition on it.