Closed
Last index of page list
Is there any function in Pega which gives last index of a pagelist?
To see attachments, please log in.
This content is closed to future replies and is no longer being maintained or updated.
Links may no longer function. If you have a similar request, please write a new post.
SizeOfPropertyList function will give you the size of page list. As its page list, thats the lastindex.
Hi,
Try the following:
@String.toInt(.MyPageList(<LAST>).pxListSubscript)
pxListSubscript is a text property which is used for storing the index of a page in a pagelist.
Hi Sourav,
We can use the function, LenghtOfPageList fuction, this return the length, in other words the last index of the list.
Vamshi
Pega Collaboration Center has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.