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
	"UpdateRepositionTo":'#KeepSelection', // default keeps selection of the selected record
	"RemoveRepositionTo": '#NextRow' // default reposition to next available record using #NextRow
}


Abive is 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.
 

...