Hello all!
I really want to include all the non-internal Posts and Status Changes in the PDF for Cases somehow.
Tried to rtfm this extensively, but have not seen any mention of how to reference the Stream ( Posts and Status Changes ) in a PDF template -- for example in Cases.
Tried this also to see if it was in scope, like so, but I see no objects to grab and iterate through:
Also looked a the Entity Relationships available to Cases, and see nothing, except Notes, but that seems to be a different entity than Stream Posts.
Also looked through the Issues on GitHub for clues.
I am extremely new to EspoCRM, and would appreciate the help of a veteran! Possibly an easy question.
Thank you very much!
I really want to include all the non-internal Posts and Status Changes in the PDF for Cases somehow.
Tried to rtfm this extensively, but have not seen any mention of how to reference the Stream ( Posts and Status Changes ) in a PDF template -- for example in Cases.
Tried this also to see if it was in scope, like so, but I see no objects to grab and iterate through:
Code:
{{#each this}} {{@key}} – key {{/each}}
Also looked through the Issues on GitHub for clues.
I am extremely new to EspoCRM, and would appreciate the help of a veteran! Possibly an easy question.
Thank you very much!
Comment