This is what I need to achieve: - Add an action in the module action menu. - Open a custom layout on click of this action. - In the custom view show 4 fields of account(name, type, date created and 'member of')
I have only achieved the action part…
7610.FormatLayouts.zip
Above is the package I have created. All the record.php deploy except Lev_Course_Costs. In order to get Course Cost to work I have to go to Studio and select save. Otherwise it just show the default layout.
Can someone look…
I have modified my Accounts module list-headerpane.php and added Two Buttons to it. \custom\modules\Accounts\clients\base\views\list-headerpane\list-headerpane.php <?php $viewdefs['Accounts'] = array( 'base' => array( 'view' => array( 'list-headerpane…
Hi Everyone, In studio for all modules in record view layout it is showing single column( fields are updating in single column) and in module view I am able to see the layout in two columns. Layout in Studio: Layout in module: If I add new fields in record…