CoreBOSBB
[Solved] Gendoc - Contacts comments variable ? - Printable Version

+- CoreBOSBB (https://discussions.corebos.org)
+-- Forum: Support (https://discussions.corebos.org/forumdisplay.php?fid=17)
+--- Forum: Administrator Support (https://discussions.corebos.org/forumdisplay.php?fid=8)
+--- Thread: [Solved] Gendoc - Contacts comments variable ? (/showthread.php?tid=2926)



[Solved] Gendoc - Contacts comments variable ? - geraldbigot - 02-09-2024

Hi,
Is it possible to add Comments contents with Gendoc ?
I don't see such {Contacts.comments} or something like that in EtiquetasOO
Thks for help


RE: Gendoc - Contacts comments variable ? - joebordes - 02-09-2024

ModComments is a normal module related to others. As a related module, you need to use `foreach` to get the related records

{foreach ModComments}
{ModComments.whatever}
{/foreach}

should work (as of December 2023)


RE: Gendoc - Contacts comments variable ? - geraldbigot - 02-10-2024

Thanks ! It works.

GĂ©rald