topaginginfo( startIndex, batchSize )
Returns a PagingInfo value for use with the todatasubset()
function.
See also: todatasubset()
Keyword | Type | Description |
---|---|---|
|
Integer |
The value for the startIndex field. |
|
Integer |
The value for the batchSize field. |
PagingInfo
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]
Feature | Compatibility | Note |
---|---|---|
Portals | Compatible | |
Offline Mobile | Compatible | |
Sync-Time Custom Record Fields | Incompatible | |
Real-Time Custom Record Fields | Incompatible | Custom record fields that evaluate in real time must be configured using one or more Custom Field functions. |
Process Reports | Incompatible | Cannot be used to configure a process report. |
Process Events | Incompatible | Cannot be used to configure a process event node, such as a start event or timer event. |
topaginginfo() Function