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
6 replies
Subscribers
10 subscribers
Views
6151 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
Anybody can explain use of a!paginginfo() Function?
tirumalar0001
over 6 years ago
s
Discussion posts and replies are publicly visible
Parents
0
rohinip91
over 6 years ago
a!pagingInfo in general terms is used to define
1)From what index the data to be displayed--this is achieved by startIndex parameter
2) how many records to be displayed --this is achieved by batchSize parameter
3) what order/field the data to be displayed---this is achieved by sort parameter
The return type of a!pagingInfo is PagingInfo
For detail info , please refer to the below link
docs.appian.com/.../fnc_system_a_paginginfo.html
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
rohinip91
over 6 years ago
a!pagingInfo in general terms is used to define
1)From what index the data to be displayed--this is achieved by startIndex parameter
2) how many records to be displayed --this is achieved by batchSize parameter
3) what order/field the data to be displayed---this is achieved by sort parameter
The return type of a!pagingInfo is PagingInfo
For detail info , please refer to the below link
docs.appian.com/.../fnc_system_a_paginginfo.html
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data