Composite Producer records show blank Description,Catalog, and Category fieldsSummary<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } span { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } h2 { font-size: 24pt; font-family: Lato; color: var(--now-color--text-primary, black); } h3 { font-size: 18pt; font-family: Lato; color: var(--now-color--text-primary, black); } h4 { font-size: 14pt; font-family: Lato; color: var(--now-color--text-primary, black); } a { font-size: 12pt; font-family: Lato; color: var(--now-color--link-primary, #00718F); } a:hover { font-size: 12pt; color: var(--now-color--link-primary, #024F69); } a:target { font-size: 12pt; color: var(--now-color--link-primary, #032D42); } a:visited { font-size: 12pt; color: var(--now-color--link-primary, #00718f); } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } ServiceNow provides Out-of-the-Box (OOB) Composite Producer records (sc_cat_item_composite_producer) that are used internally by Catalog Builder. Administrators may notice that fields such as Description, Catalog, and Category are empty and cannot be modified, even when logged in with the admin role. This behavior is intentional and is part of the product design. Background : Unlike standard Record Producers, Composite Producers are system-managed records that serve as internal building blocks for Catalog Builder. They are not intended to be directly exposed to end users through the Service Catalog portal or platform. Because of this architecture: Composite Producer records are protected by design.Certain fields remain empty by default.These records are not associated with a Catalog or Category. Product Behavior : The following behavior is expected for OOB Composite Producer records: FieldExpected BehaviorDescriptionMay remain blankCatalogNot associatedCategoryNot associatedRecord UpdateRead-only / Protected Attempts to modify these fields are not supported, even by users with administrative privileges. Why are these fields protected? These fields are reserved for the internal operation of Catalog Builder and are not intended to control the end-user experience. Allowing modifications to these records could impact internal platform behavior and future product upgrades. Therefore, the records are delivered as protected system records and are not designed for customer customization. Frequently Asked Questions 1. Why are the Description, Short Description, Catalog, and Category fields blank? These fields are intentionally left blank because Composite Producers are internal Catalog Builder records and are not exposed as standard catalog request items. 2. Can these fields be updated? No. These records are protected by design, and modifying these fields is not supported. 3. Is there a supported way to customize these records? No. Customers should avoid customizing OOB Composite Producer records.