Announcement

Collapse
No announcement yet.

Increase List(small) Count

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

  • Increase List(small) Count

    I tried to increase this to 1000 and it did not work. Does anyone know how to increase the limit?

  • #2
    Hello,
    the limit is 200 records per list

    Comment


    • #3
      THANKS A LOT!!!

      Originally posted by tanya View Post
      Hello,
      the limit is 200 records per list

      https://github.com/espocrm/espocrm/b...Record.php#L40
      I edited it in config.php

      is it safe to increase it in Record.php?

      Comment


      • #4
        Better don't do this. I file is changed in next versions, you can loose your customization and you will get an error

        Comment


        • #5

          It's ok though if I revert it back to 200 after I'm done right? There's no select all in List(small) and linking one-to-many record through this list(small) is the only way I saw for me not to overwrite the Modified Date-Time. Using update record in list view creates a log and change modified date and time. This is also the case if I use import to update the record.

          Or is there a way to add select all in list(small)? What I'm trying to do is update a record without modifying Modified Date-Time and Modified By.

          Comment


          • #6
            Update:
            Updating Record.php did not work.

            Comment

            Working...
            X