How to fix it
- Navigate to
Service Catalog > Catalog Definitions > Maintain Items - Search for and open your catalog item record
- Scroll to the Process Engine section and verify
Available in Service Portalis checked - If unchecked, select it and click
Update - Open the browser console (F12) and try loading the catalog item again to check for JavaScript errors
- If you see widget errors, navigate to
Service Portal > Widgetsand open theSC Catalog Itemwidget - Check the
Client ScriptandServer Scripttabs for syntax errors highlighted in red - Return to your catalog item and click the
Variablestab - Open each variable and verify reference fields point to valid table records and choice lists have working queries
- For reference variables, test the
Referencefield by clicking the info icon to ensure the table exists - Check the catalog item's
Related Linkssection and clickCatalog Client Scripts - Open each client script and look for syntax errors or undefined function calls in
onLoadoronChangefunctions - If the issue persists, check the
User criteriasection on the catalog item to verify the user has required roles or group memberships - Test with an admin account to rule out entitlement issues
After making changes, clear your browser cache and test in an incognito window to ensure you're not seeing cached content.