• 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…
  • Folders in the Reports Module

    Folders to group reports by opportunities, leads, contacts, and(or) report types would help organize the reports module.
  • h

    hi
  • How do you add js to a record edit view in Sugar 9.0?

    How do you add js to a record edit view in Sugar 9.0?
  • How I can create my own view with my own style of layout ( not sugarcrm record view or any existing sugarcrm view )

    Hello Forum, I know there is so many genius available actively here and contributing sugarcrm to some sort of high level.I really appreciate that. I want to create my own button action on any module's detailview that will open the totally different layout…
  • App not usable in custom view

    I've created an application-level (global) custom view that needs to get the current user's preferences and teams. JavaScript console in my browser shows me that at the time of the view's initialize function, app.events is not available, app.user is a…
  • How to place Dashlets on a 'Detail View' screen?

    The question states it all: I just need a way to replace a 'Detailed View' to a Dashlet. In my situation, what I need to do is essentially create a relationship (check) between two separate modules (check) and then take the result of this relationship…
  • possible to override specific functions of a client js Views/Models without completely overriding the component?

    v7.7.0 I need to add some additional functionality to a client js View (/sugarcrm/modules/Emails/clients/base/views/compose/compose.js) on one of the methods. Is it possible to override a single method of this View without completely overriding it? I…
  • How to add view to Administration module?

    Hey everyone, Today I was trying to add a custom link in the admin panel and did that successfuly. I also managed to add a custom action to the Administration module action view map. I know that the link is working because when I add the view manually…
  • Open attachments in a new browser window

    Hi, If you click an attachment in Sugar (6.x), for example in the Notes section, then the file will be downloaded. We have a lot of attached PDF's in our CRM. Is it possible to open/view the PDF (in a new browser window) instead of having to download…
  • How do I get user id and pass to view ?

    Before I got a problem, I used $_COOKIE['ck_login_id_20'] to get user id. I don't know why $_COOKIE['ck_login_id_20'] is gone. I have my custom layout and view, in view I put <iframe> that call page.php to show something. In my idea, I want to get user…