Portal Page Not Displaying Content After Upgrade showing No elements to display<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } ProblemThe portal page is not showing any content after the upgrade from Xanadu to Zurich. Steps to Reproduce:1. Go to portal2. Try to create any request that open a record creation portal page3. The new form is displayed but empty and just showing this on the content: 'No elements to display' Note: You could have the error when trying to display a record as well Root CauseMissing setup properties, specifically the new property glide.service_portal.enforce_cross_scope_check_in_formSteps to Resolve1. Set the properties glide.record.legacy_cross_scope_access_policy_in_script to true2. Set glide.service_portal.enforce_cross_scope_check_in_form to false3. Go back to the page and the record should be displayedFor more information, review Service Portal properties:Service Portal properties Notes: 1. This property is new in Yokohama version, that means if you upgrade to Yokohama, you could have the issue as well. 2. If you still want to enforce validating cross-scope privileges to a table when the form widget fetches data from a table (having the property = true), then this KB will not solve the issue and please create case with ServiceNow Support as additional investigation needs to be done for each table scope access.