• Issue in Adding button to panel-top-for-prospectlists

    I am trying to add button in "panel-top-for-prospectlists" in the contacts module by using Extension without overriding. The following is the code but the button is not being added. <?php $viewdefs['Contacts']['base']['view']['panel-top-for-prospectlists…
  • How to extend the record view to always display a specific pane between the HeaderPane and the Record/TabPanels pane ?

    Hello, I want to know what is the best way to create a custom pane that should be between the HeaderPane and the RecordPane. This pane will hosted some fields that should be always visible for the current record, even when the user navigate through…
  • hide module for a role

    how can I hide module for a role I know how to hide panel based inside module , but not complete module
  • Hide Panels in record View in 7.6 using Dependancies?

    Following various posts here I am trying to conditionally Show/Hide some panels on a record view using dependencies. I have tried the following but clearly have a problem as it is not working. IF someone can point out the error of my ways I would really…