"There must be a reference field on the form to associate approval with and item..." pop-up message for end users when accessing approval recordIssue <!-- 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; } --> Overview There are situations for end users when they access their respective approval record (sysapproval_approver) in UI16 platform or Service Portal, they get the following alert pop-up specifying: There must be a reference field on the form to associate approval with and item. Use Personalize Form Layout and select the Approving field Reason Notice the "Approving" field of the approval record which is called as "document_id" at dictionary level shows the reference to the respective RITM, change request, etc. record.This field shows reference to the target table record. If the end user doesn't have read access to the target record - they will be presented with the mentioned message. It logically makes sense since you're trying to request approval from that end user who "should" have at least read access to the target record such that approval/denial can happen on that referenced record successfully. Additional Information / Solution This can be controlled via Security Access Control Lists (ACLs) where you can grant at least read access to the target record. Please refer our product documentation for more details on access control.