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