Thanks alot,
that's it.
Everything works great.
Best CRM-System in the world.
Announcement
Collapse
No announcement yet.
Template - PDF - Printing multiple records
Collapse
X
-
CRM-BE,
Put in your_instance_name/data/config.php
Code:'htmlizerLinkLimit' => 250,
I tried it on 450 records, it works for me.
More about it: https://docs.espocrm.com/user-guide/...elated-records.
Leave a comment:
-
Hello,
Thanks for the help.
I changed the values - The error is still there.
MyScript:
<!-- {{#each tests}} -->
{{name}}
<!-- {{/each}} -->
Only the first 100 are displayed.
Leave a comment:
-
I don't know what this is for you, because the whole instance will run much slower, but you can:
In your_instance_name/data/config.php
Code:'recordsPerPage' => 250,
Code:'recordListMaxSizeLimit' => 250,
I checked even on 350 - and everything works. True, you will have a problem with validation in Administration > User Interface if you make changes there until you change the value in the Records Per Page field to 200 or less.
There is also a similar thread on the forum about bypassing the validation issue: https://forum.espocrm.com/forum/deve...lidation-errorLast edited by victor; 08-20-2023, 02:33 PM.
Leave a comment:
-
Template - PDF - Printing multiple records
Hello,
I have a problem with Printing multiple records.
Only 100 data records are displayed in the PDF.
Parameter massPrintPdfMaxCount = 250
In December 2022 everything was still working.
What can be the reason?
ThanksTags: None
Leave a comment: