Popup view of a reference field is not showing the expected form layout of the configured sys_popup viewIssue <!-- 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; } --> When the "i" icon of a reference field is clicked a popup view of the referenced record is displayed. However, the fields showing on this popup view is not the same ones configured on the sys_popup view of the form. The sys_popup view of the referenced record displays as expected on Default view of the record but not on any other views (i.e. ess, Mobile). ReleaseAll releasesCauseMissing associated sys_popup,name_of_view. The sys_popup view by itself only works for the OOB "Default" view.ResolutionCreate a "sys_popup,name_of_view" for the referenced table (i.e. sys_user.do?sysparm_view=sys_popup,ess) An example: We'll be using incident record and caller_id reference field (which references sys_user)Assume that sys_popup view already exists for sys_userOn an incident record that is using the OOB "Default" view when a user clicks on the "i" icon of the caller_id field the popup window will use the sys_popup view configured on sys_userNow on the same incident record but this time it's using the "ess" view when a user clicks on the "i" icon of the caller_id field the popup window will NOT use the sys_popup view configured on sys_user and instead would be using other form views of sys_userTo make sure that the popup window uses the proper sys_popup view of sys_user when the incident record is using "ess" view the sys_user view needs to be configured as such: sys_user.do?sysparm_view=sys_popup,essthen modify the fields on this form view as appropriate Related LinksProduct Documentation - Configure the reference icon view of fields Community Blog Article - Configure a sys_popup view for a specific form view