Salutation in Detail view

Hi

By default, salutation is shown along with first name in ‘Edit view’ of Contacts in the same column

But this does not appear in a similar way in ‘Detail view’ of Contacts.

How can we enable it so it appears along with Firstname in Detail view?

Thanks.

Found it out. In Detail view, changed first_name array like this and it worked :slight_smile:

      array (
        'name' => 'first_name',
        'comment' => 'First name of the contact',
        //'label' => 'LBL_FIRST_NAME',
      	'customCode' => '{$fields.salutation.value}{$fields.first_name.value}',