Page tree

Versions Compared

Key

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

...

Code Block
languagejs
titleExample of a Refresh Scheme
{
	"Tables": "", // table name or comma separated list of multiple tables names
	"AddRepositionTo": '#NewRecord', //default reposition to newly created record (other options: #KeepSelection, #NextRow)
	"UpdateRepositionTo":'#KeepSelection', // default keeps selection of the selected record (other options: #NextRow)
	"RemoveRepositionTo": '#NextRow' // default reposition to next available record using #NextRow
}


Above is the default Scheme, the refresh will add the BEs own entityTable by default and you can add multiple Tables in the refreshScheme.Tables.
 

The reposition options are default values (you are not required to define them if you need to add more tables to the refresh).

...