Do we have any out of the box option to load the record list view(configured as Grid) only on button click or after loading?

Certified Senior Developer

Hi,

We have Record configured to show all the Customer Organisations with some user filters. is there any way to load the Record List Grid view  data after clicking the some kind of button? records list view(configured as Grid View) loading by default.

Thanks in advance.

-Records,

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Appian Employee
    in reply to ramp

    You can reduce the time through various optimisations:

    1. Bring back less records - rather than 50, bring back 10
    2. Look at where the time is being spent in constructing the list - what is the source of the data? If database, are the tables indexed correctly? Is the database engine data retrieval plan using the latest table statistics? Are you performing processing in Appian (or even doing additional round-trips to the source of the data for each record being loaded) rather than at the data source?
Children
No Data