How to change layout of Lead Module, to display Converted Contact and Acocunt Display first and then Display Business Card & other tabs?

I want to change the Layoout of Lead Module,

Just the chagne in positions of Layout,

Converted Contact and Acocunt Display first then

Display Business Card & other tabs.

How can I change in Layout?

Parents
  • HI Hiren Darji

    Please copy clients/base/layouts/record/record.php  to custom/clients/base/layouts/record/record.php

    Change below code

    'components' => array(

                                   array(

                                        'layout' => 'extra-info',

                                    ),

                                    array(

                                        'view' => 'record',

                                        'primary' => true,

                                    ),

    put extra-info layout above record view....

Reply
  • HI Hiren Darji

    Please copy clients/base/layouts/record/record.php  to custom/clients/base/layouts/record/record.php

    Change below code

    'components' => array(

                                   array(

                                        'layout' => 'extra-info',

                                    ),

                                    array(

                                        'view' => 'record',

                                        'primary' => true,

                                    ),

    put extra-info layout above record view....

Children
No Data