Mandatory Fields Not Displaying with Asterisk in CMDB Forms<!-- /*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: ; } } IssueThe customer is unable to view which fields are mandatory on a form that is already filled out within the CMDB forms. They would like to display with an asterisk (*) which fields are mandatory to fill in, instead of having to hover the cursor over each field to view the coverage. The issue is specific to the cmdb_ci_certificate form and is not occurring in other forms like incidents.Steps to Reproduce1. Access the cmdb_ci_certificate form from any record.2. View the record in the form and not (*) on the required fields.CauseThe mandatory fields on the table (subject_distinguished_name, fingerprint, fingerprint_algoritm, subject_common_name) have an "additional/extra" validation on the CMDB other than regular UI policies/scripts. This validation is set out-of-the-box and does not allow the display of the mandatory indicator on 'read only' fields.ResolutionThe use case fields reported are mandatory and *read* only. The form will not display mandatory indicator on 'read only' fields.