English
bizApi.nextPage
About 79 wordsLess than 1 minute
2026-07-20
Synchronous method
Moves to the next record. It only works when the detail page was opened from an object list and the context contains a data ID list. It does nothing when the current record is the last record.
Signature
context.bizApi.nextPage()Parameters
None.
Return Value
void. This method only triggers a detail record change and does not return the next record or the refresh request Promise.
Basic Example
context.bizApi.nextPage();