The 'Edit' button is missing on a newly created Related listIssue <!-- 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; } --> On a newly created Related list, the "Edit" button is not visible, even after unchecking the "Omit edit button" checkbox. In this case, even the "Enable Edit" button does enable the Edit button on the related list. ReleaseAll releasesCauseOn a newly created Related list, this will not work is because it is not a Related List but a "Relationship": The record will have a name such as "REL:xxxxxx" where "xxxxx" is a sys_id of the related list. This determines that this is actually a Relationship, and relationships will not get the edit button when you click the Enable Edit button from List control. To move records into and out of that related list you would update the target records so that they either matched the relationship criteria or make it so they no longer match.ResolutionYou can get the Edit button, not from the List Control, but directly editing the Edit Global UI Action. "Edit" UI Action: nav_to.do?uri=sys_ui_action.do?sys_id=7fff4c3d0a0a0b3400ad3f1a1d613f74 You can either modify the condition field in the UI Action to fit your requirement or create a new global Edit UI Action. *Keep in mind that any changes to this Edit UI Action will reflect throughout the instance since it is global. Related LinksIf the issue is not in a newly created related list, you should check if the user does not meet the criteria for the UI Action to be visible. This limitation can be due to an access control rule (ACL) that's failing or that the user does not meet the conditions defined in the UI Action record. Review this article for more information: The New or Edit button does not appear on a one-to-many related list