Increase List(small) Count

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ciryaj
    Member
    • Mar 2018
    • 45

    Increase List(small) Count

    I tried to increase this to 1000 and it did not work. Does anyone know how to increase the limit?
  • tanya
    Senior Member
    • Jun 2014
    • 4308

    #2
    Hello,
    the limit is 200 records per list

    Comment

    • ciryaj
      Member
      • Mar 2018
      • 45

      #3
      THANKS A LOT!!!

      Originally posted by tanya
      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

      • tanya
        Senior Member
        • Jun 2014
        • 4308

        #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

        • ciryaj
          Member
          • Mar 2018
          • 45

          #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

          • ciryaj
            Member
            • Mar 2018
            • 45

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

            Comment

            Working...