Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Note
titleContent Freeze

As of July 25th, 2023, there is a content freeze on this page.

This method returns the next changed record in a grid. The record data can then be accessed through global fields, a data structure, or a return value object.

...

Data structure (optional) - A Profound.js data structure reference. If specified and a record is found, the referenced data structure will be populated with the record data. If not specified, the data is populated into global fields. If the data structure is not qualified, you must wrap the parameter with the pjs.ds() API.

Return Value

If a record is found, this method returns an object containing the fields in the matched record as properties. 

...