Unknown 'standard' Change Type when creating standard change request by templateIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } ul{ list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> Symptoms There is the Change Type called 'standard' in blue color when viewing the Change Request table. However, when checking the choice list configuration, there is no such option called 'standard' and the existing choice list is named 'Standard' which starts with Capital S. 'standard' Change Type: The existing 'Standard' Change Type: Reproduce steps: Search 'Standard Change Catalog' in the navigation bar and click itChoice either 'Network Standard Changes' or 'Server Standard Changes' to create a new standard changeNotice it shows 'standard' in the Change Type field when the change creation window opens up Note: if you click 'New' from the Change Request table to create a new change request, you can NOT reproduce the issue. There is no such option called 'standard' in the Change Type dropdown list Release Jakarta Patch 9c Cause When creating a change request with the standard change request template, it uses lowercase 'standard' to match the choice list by default. The value of the 'Standard' choice list is 'Standard' as per the screenshot above, so the system cannot locate the associated 'Standard' option, it will set it as 'standard' starting with lowercase 's' and mark it in blue which means this choice list is not set properly Script to apply the Standard Change template: 'StdChangeUtilsSNC':https://<instance name>.service-now.com/nav_to.do?uri=sys_script_include.do?sys_id=f10d6bf3931002003b7a7a75e57ffb73 Resolution Ensure the value of the choice list 'Standard' is 'standard' which starts with lowercase 's'. The OOB setting is the lowercase