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