topaginginfo() Function

Returns a PagingInfo value for use with the todatasubset() function.

Syntax

topaginginfo( startIndex, batchSize )

startIndex: (Integer) The value for the startIndex field.

batchSize: (Integer) The value for the batchSize field.

Returns

PagingInfo

Examples

You can copy and paste these examples into the Expression Rule Designer to see how this works.

topaginginfo(1, 25) returns [startIndex=1, batchSize=25]

See Also

todatasubset(): Use this function with the PagingInfo value to configure your Read-Only Grid components.

Open in Github Built: Thu, Feb 23, 2023 (02:59:22 PM)

On This Page

FEEDBACK