Sugar 7 Contact module record view header add middle name

Hello,

I want to add middle name record view header pane in contact module.

Ramana Raju Santhana Francesca Shiekh Alan Apter

Thanks

Dipesh

Offshore Evolution Pvt Ltd

Parents Reply
  • Hi Bao Tran Hoang,

    Can you customize record-edit.hbs.

    clients/base/fields/fullname/record-edit.hbs

    {{#each fields}}
        <span class="record-cell{{#if span}} span{{span}}{{/if}}" data-name="{{name}}" data-type="{{type}}">
            {{#unless dismiss_label}}
                <div class="record-label" data-name="{{name}}">{{str label ../../../module}}</div>
            {{/unless}}
            <span data-fieldname="{{name}}" style="width:30%">
                {{placeholder}}
            </span>
        </span>
    {{/each}}
Children