Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
5 replies
Subscribers
7 subscribers
Views
3181 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
Hi All, I am using editable grid to display records that are fetched
rickyc472
over 9 years ago
Hi All,
I am using editable grid to display records that are fetched using webservice.
one of the method returns 4000 records which slows down SAIL interface.
Any idea or workaround to overcome this issue?
OriginalPostID-175417
OriginalPostID-175417
Discussion posts and replies are publicly visible
Parents
0
Jamie Loizou
Appian Employee
over 9 years ago
It seems like your filtered data is set as a with() variable (because it is being re-evaluated every time the user interacts with the filter(s)). In order to save that data, you will instead need to make the variable that holds the filtered data a rule input. (Note: although a load() variable would also persist changes, it would not save the changes when the user clicks the OOTB "Save Changes" link).
The rule input should be re-evaluated in the saveInto of every filter the user might use.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Jamie Loizou
Appian Employee
over 9 years ago
It seems like your filtered data is set as a with() variable (because it is being re-evaluated every time the user interacts with the filter(s)). In order to save that data, you will instead need to make the variable that holds the filtered data a rule input. (Note: although a load() variable would also persist changes, it would not save the changes when the user clicks the OOTB "Save Changes" link).
The rule input should be re-evaluated in the saveInto of every filter the user might use.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data