Service portal error "You are either not authorized or record is not valid."Issue <!-- 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; } --> Service portal error "You are either not authorized or record is not valid." Another symptom is that the item will not be returned when searching for it. For issues with this same error in SP but for record producers. The user criteria may fail from the user criteria diagnostic tool when the conditions should pass. ReleaseAll SupportedCauseThe page contains the "SC Catalog Item" widget without a catalog item sys_id in the URL parameters. OR There is a User Criteria applied to the Item you are trying to open which prevents the user from accessing it. OR A field on the record producer named "Hide on service portal" which will not allow the user to see the record producer in the Service Portal and users will see this same error. ResolutionRemove the SC Catalog Item widget from the page if not needed. Make sure that a "&sys_id=" parameter is present in the URL with a value of a sys_id for a catalog item. OR Review User Criteria on the item to make sure they have the right access. The User Criteria Diagnostic module can be used for this. OR Check the "Hide on service portal" field on record producer to false.