Skip to main content
Feedback

<mdm:recordTitle> element structure

The <mdm:recordTitle> element represents the model’s record title format and corresponds to the Record Title Field tab in a Boomi DataHub model page.

Example:

<mdm:recordTitle>
<mdm:titleParameters>
<mdm:parameter uniqueId="ACCOUNT_NAME"/>
<mdm:parameter staticConstant=" - "/>
<mdm:parameter uniqueId="WEBSITE"/>
</mdm:titleParameters>
</mdm:recordTitle>

<mdm:recordTitle> has a child <mdm:titleParameters> element, which has one or more empty child <mdm:parameter> elements. A <mdm:parameter> element has one but not both of these attributes:

  • The uniqueId attribute corresponds to a selection in the field list in the Record Title Format tab. The attribute value specifies a field in the record title format by its unique ID.

  • The staticConstant attribute value corresponds to static content entered in the Record Title Format field between two field representations.

note

You cannot publish models with masked fields in the record title.