• How can I create a new View for adding a lead?

    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…
  • Layout Combined fields

    Anyone know how to create a combined field in a layout? I am trying to add an address to a layout and would like to turn it into a combined field.
  • Why is record layout not deploying when I import a package?

    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…
  • Custom Buttons in list-headerpane to add in manifest Package

    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…
  • Record View Layout in studio is showing single column

    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…