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
4 replies
Subscribers
6 subscribers
Views
1889 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
Hi, I am facing problems in making a paging grid in SAIL form. My code is in att
saram
over 11 years ago
Hi, I am facing problems in making a paging grid in SAIL form. My code is in attachment, could you help me?
I even don't know what to insert in "selected" field. Thanks a lot...
pagingGrid.sail74
OriginalPostID-106849
OriginalPostID-106849
Discussion posts and replies are publicly visible
Parents
0
Michael Tan
Appian Employee
over 11 years ago
The issue is because your local variable, local!pagingInfo, is actually being populated as a gridSelection. For your rule I suspect you need to pass in a pagingInfo versus a gridSelection, so without changing the names of your variables you would have to populate the rule as follows:
rule!getCODEP(local!pagingInfo.pagingInfo)
This passes in the pagingInfo versus the whole gridSelection.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Michael Tan
Appian Employee
over 11 years ago
The issue is because your local variable, local!pagingInfo, is actually being populated as a gridSelection. For your rule I suspect you need to pass in a pagingInfo versus a gridSelection, so without changing the names of your variables you would have to populate the rule as follows:
rule!getCODEP(local!pagingInfo.pagingInfo)
This passes in the pagingInfo versus the whole gridSelection.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data