• what is the correct way to check a checkbox value in Smarty in PDF Manager on Sugar v12?

    Finally got my TST environment to Enterprise v12 and my PDF Templates are not working.. In PDF manager I have some templates that depend on checkboxes on the record. For example something like: {if $fields.mycheckbox_c} do something because it…
  • Smarty changes in v10?

    I was getting ready to finally deploy v10.0.3 Pro On Site when I found yet another bug in my customizations. In PDF manager I have some templates that depend on checkboxes on the record. For example something like: {if $fields.mycheckbox_c} True…
  • Date format in email template

    Hi All, How to format date in email template.Is it any function to format the date in email template. Please help me to find a solution.
  • PDF manager HTML Source Editor Full html not working

    Hi All, I tried to create a pdf document with list of records in a HTML table . <table style="width: 100%;" border="1" cellspacing="7"> <tbody> <tr><th style="color: #fcfcfc; font-family: Calibri; background-color: #626262; text-align: left;" colspan…
  • Relate field values(ID) not getting Saved

    I have a custom module with relate fields, modules where deployed using module loader on a SugarCRM 6.5 installation They show up okay in the edit view, but upon saving.. i get the smarty error below Fatal error : Smarty error: [in cache/modules/rating…
  • How to compare variable with string in smarty(.hbs)

    Hi all, I would like to compare variable in .hbs I try with below code but not work: variable: getType string: testtype {{#if getType == 'testtype'}} ... {{/if}} How do I do? Sugar 7.6 Ent Thanks, M