Page tree

Versions Compared

Key

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

...

Code Block
languagejs
akioma.swat.RefreshEmitter.refreshData('eTerm*', { lastRowState: 'delete' }) // This will select the next available record

...

Code Block
languagejs
akioma.swat.RefreshEmitter.refreshData('eTerm*', { lastRowState: 'update' })

...

Code Block
languagejs
akioma.swat.RefreshEmitter.refreshData('eTerm*', { lastRowState: 'add', lastUpdatedRecord: { selfhdl: 'A69:111:000008101398'} })

...