CMDB Workspace Data Manager Policy Displays Class Path Instead of Class Name After Saving<!-- /*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: ; } } Issue:When creating a policy via Data Manager in the CMDB Workspace, if a class is used in a policy's condition filter with the "is a" operator, the workspace displays the technical sys_class_path value instead of the class name after saving, making it difficult to understand the policy. Steps to Reproduce: Navigate to CMDB Workspace → Data ManagerCreate or edit a Data Manager policyAdd a condition filter using the "is a" operator for a class (e.g., cmdb_ci_computer)Save the policyObserve that the filter displays sys_class_path value instead of the class name Resolution:This is not specific to Data Manager. The same behavior occurs when creating this condition on list views. When using "Copy query" and pasting it elsewhere, the condition displays as sys_class_name INSTANCEOF. In the backend table for Data Manager policies, this is exactly how the condition is saved in the encoded query field. The issue is with the condition builder component rather than the Data Manager policy form itself. PRB1994536 / DEF0804374