Announcement

Collapse
No announcement yet.

Template - PDF - Printing multiple records

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • CRM-BE
    replied
    Thanks alot,
    that's it.
    Everything works great.

    Best CRM-System in the world.



    Leave a comment:


  • victor
    replied
    CRM-BE,

    Put in your_instance_name/data/config.php

    Code:
    'htmlizerLinkLimit' => 250,
    Click image for larger version

Name:	1.png
Views:	135
Size:	28.6 KB
ID:	96639

    I tried it on 450 records, it works for me.

    More about it: https://docs.espocrm.com/user-guide/...elated-records.

    Leave a comment:


  • CRM-BE
    replied
    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:


  • victor
    replied
    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,
    Your issue has been addressed before: https://forum.espocrm.com/forum/gene...-access-denied

    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-error
    Last edited by victor; 08-20-2023, 02:33 PM.

    Leave a comment:


  • CRM-BE
    started a topic Template - PDF - Printing multiple records

    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?

    Thanks
Working...
X