formData.pageNo

(FintechOS Studio 20.1.1 and later)

Indicates the last step in the form where data was saved.

Return Value

Returns a number indicating the last step in the form where the data was saved. The steps are counted starting from 0, so formData.pageNo will return 0 for the first step, 1 for the second step, etc.

Examples