• how to add hbs file inside master hbs file in sugarcrm

    0 My goal is to show multiple pages like wizard inside a popup in sugarcrm . solution i seems is to added partial .hbs file inside master hbs file . i have gone through documentation https://support.sugarcrm.com/documentation/sugar_developer…
  • if else condition in hbs file

    i want to put if else condition in hbs file I tried for this code , but it is not working {{#if name 'Management Review'}} <a style="color:red" href="#{{module_type}}/{{id}}" target="_blank">{{name}}</a> {{else}} <a href="#{{module_type…
  • 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…
  • Override Layout in Sugar Portal Issue sugarEnterprise 7.6.0

    Hi Everyone, I have face issue to override layout in sugarEnterprice portal . I have override my portal dashboard layouts below step I have to follow. 1. I have copy those two files from " .\clients\portal\layouts\dashboard\dashboard.js "," .\clients…