Page tree

Versions Compared

Key

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

...

You can also change the handling on Add event, for eg. to reposition to the currently selected record, by changing the AddRepositionTo: '#KeepSelection'.


For a delete refresh developer can call the RefreshEmitter as follows:

akioma.RefreshEmitter.refreshData('eTerm*', { lastRowState: 'delete' })

This will select the next available record.

For an update refresh developer can call the RefreshEmitter as follows:

akioma.RefreshEmitter.refreshData('eTerm*', { lastRowState: 'update' })

For an add refresh developer can call the RefreshEmitter

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