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
jesse.triplett
Appian Employee
over 11 years ago
Hello,
a!dashboardLayout is for use in reports/records and do not have the buttons parameter. If you change that to a!formLayout() your buttons should render as written.To save your gridSelection saveinto a ri!variable in the saveInto array of your submit button.
saveInto: {ri!buttonValue,
ri!mySelection<<rule!APN_returnFirstInput(pagingInfo.selected,_)}
Where ri!mySelection maps to ac!mySelection on the node, which could also save into pv!mySelection if you wish to persist the choice further in the process model.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
jesse.triplett
Appian Employee
over 11 years ago
Hello,
a!dashboardLayout is for use in reports/records and do not have the buttons parameter. If you change that to a!formLayout() your buttons should render as written.To save your gridSelection saveinto a ri!variable in the saveInto array of your submit button.
saveInto: {ri!buttonValue,
ri!mySelection<<rule!APN_returnFirstInput(pagingInfo.selected,_)}
Where ri!mySelection maps to ac!mySelection on the node, which could also save into pv!mySelection if you wish to persist the choice further in the process model.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data