Customizing Mandatory Indicator

The red asterisk (*) sign is shown for the mandatory attributes on the record UI and work item page of the TIBCO MDM UI. You can change the style and color of the asterisk (*) sign using the CSS file.

For information on mandatory fields, refer to the section, Mandatory Fields in the TIBCO MDM User's Guide.

Procedure

  1. Navigate to ECM.ear > EML.war > css > default.
  2. Open the styles.css file.
  3. Change the following values:
    [isrequired=true]:before {
        content: "*";
        color: #ff0000;
    }
    
  4. Save the styles.css file.