Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

The auto refresh is handled based on a refresh scheme

Example 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
}

This 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).

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

  • No labels