Approval record not visible for the delegated user on Approval Record widgetIssue <!-- 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 The approval record is visible for the delegated user in the list of approvals (Approvals widget) but when opening the record, the record details are not displayed and it says "Record not found" (Approval Record widget), other widgets on the page are displaying the correct data. Release Any supported version Cause The issue is caused by a custom widget on the page. Resolution To identify which widget is causing the issue: Clone the page with this issue (OOB page is "approval").Now open the record with the cloned pageIn another tab open this cloned page in Designer.Start removing every other widget except "Approval Record" widget. After removing each widget, refresh the tab from step 2. Keep repeating step 4 until the Approval Record widget displays the details. After identifying the widget from step 5 above, remove it from the original page and the Approval Record widget will start working.