• 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…
  • 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…