Event history

Certified Senior Developer

Im using event history in my grid ,My event history data has more than 40 records which event type and pagination can be used.I saw the limitation of 100 records in full list

Wif there are more than 100records how we can manage.

When the user clicks the next page its not working. 

Please suggest better solution for this scenario

If more than 100 records needs to be displayed in eventhistory lis how we can configure.

Thanks,

Priyadharshini. S

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Senior Developer

    Event History List has a limitation (100 records) and does not support true pagination.
    For large datasets, we should not use it.

    Instead, we should create a Record Type for event history and display it using a grid with pagingInfo, which supports proper pagination.
    The limitation is in the component, not the data, so replace a!eventHistoryListField with a paginated grid using record queries.

Reply
  • 0
    Certified Senior Developer

    Event History List has a limitation (100 records) and does not support true pagination.
    For large datasets, we should not use it.

    Instead, we should create a Record Type for event history and display it using a grid with pagingInfo, which supports proper pagination.
    The limitation is in the component, not the data, so replace a!eventHistoryListField with a paginated grid using record queries.

Children
No Data