04-30-2020, 10:14 AM
I noticed this variable in the e-mail task screen. What does it do?
What does the $(general : (__VtigerMeta__) InventoryDetails) do?
|
04-30-2020, 10:14 AM
I noticed this variable in the e-mail task screen. What does it do?
04-30-2020, 02:44 PM
Can we do anything to manipulate that table?
04-30-2020, 04:05 PM
there is a parameter to indicate if you want a table or HTML
if you ask for the HTML you get a UL-LI structure with CSS classes that you can manipulate to some point, but, in general it is a hardcoded thing that we implemented to solve a specific problem and, AFAIK it was never used anywhere else. It is a good starting point for something like this, but sincerely I would go more down the line of a "foreach" functionality similar to GenDoc if I had to do it now https://github.com/tsolucio/corebos/blob/master/modules/com_vtiger_workflow/VTSimpleTemplate.inc#L336
Joe
TSolucio |
« Next Oldest | Next Newest »
|