Verifying that the order in the related list does not prevent the Edit or New button from appearingIssue <!-- 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{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:0; } .sp td{ border-bottom: 1px solid; border-right: 1px solid; border-color:#E0E0E0; background-color: #ffffff; height: 20px; padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; } .sphr td{ border-right: 1px solid; border-bottom: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; height: 20px; } .title { color: #D1232B; font-weight:; font-size:25px; } .hd1{ color: #D1232B; font-weight:; font-size:18px; } .hd2{ color: #646464; font-weight:bold; font-size:16px; text-decoration: underline; } .hd3{ color: #7a7a7a; font-weight:; font-size:16px; text-decoration:; } .hd4{ color: #000000; font-weight:bold; font-size:14px; text-decoration:; } --> Verifying that the order in the related list does not prevent the Edit or New button from appearing Overview Permission to see the Edit or New button on a related list is determined by Security Evaluation for the first record in the list. For example, if a user has access to the second record in a related list, the system only checks security against the first record to define if the Edit button appears. Procedure To verifying the order to the records in the relate list does not prevent the Edit or New button from appearing: Navigate to the related list that does not display the Edit or New button.In this example, the Tasks related list in the Change form does not display the New button. Notice that the first record in the related list is a CLAS record. Review the order in which the related list records appear. Change the sorting on the related list. Reload the form. In this example, when a TASK record is the first record in the related list, the New button is now visible even though it is the same list of records. The ACLs against the CLAS record prevent the New button from appearing. When the first record in the list is a TASK record, the ACL allows the New button to appear on the related list.