Appian Community and Appian Academy are being upgraded. As a part of the upgrade, Appian Community is currently in read-only mode, and user registration is disabled until August 3. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!

The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.

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