MSSQL Discovery Pattern Issue - display field name not getting populated correctlyIssue During MSSQL Discovery, the pattern step to build the mssql_services, is not setting the Display Name field.Upon reviewing a pattern log for MSSQL on Windows, it appears the pattern is attempting to set the Display Name field using field name 'display', when the field name is actually 'display_name'. This results in the value not being filled in, and the resulting record is missing this piece of information.This actually a the documentation bug because it lists a field which is not populated and there is no plan to populate it.Some customers are not happy and they are asking why all fields haven't been populated. If that's your case be freeto hide it.https://docs.servicenow.com/bundle/sandiego-it-operations-management/page/product/discovery/reference/mssql-data-collected-pattern.html ReleaseRome Steps to Reproduce: 1.Run MSSQL Discovery2. Check mssql_sqlservice_info.LIST which will by default contain empty Display Name column3. If you click any service in the list the default form will contain blank Display Name. ResolutionThe preferred solution will be to fix the documentation: 1. mssql_sqlservice_info default form:In the meantime a simple UI policy which hides mssql_sqlservice_info.display_name will do. 2. For mssql_sqlservice_info.LIST there are two options:a. Define an ACL and prevent adding display_name to the listb. Advise the customer to hide display_name by using the list cog.