Click or drag to resize

OpsContextMoveFiscalData Method

Used to move fiscal data from a set of known fiscal table names. These items are replicated as specified by the fiscal developer during the addition of the fiscal data into the fiscal tables.

Namespace: Micros.Ops
Assembly: Ops (in Ops.dll) Version: 19.8
Syntax
C#
public bool MoveFiscalData(
	bool moveLocal,
	IEnumerable<string> tables
)

Parameters

moveLocal  Boolean
If true the target of the move will be the workstation datastore, if set to false the target will be the CAPS datastore
tables  IEnumerableString
List of tables to move the data. In the event a table is passed that is not part of the schema an error will be thrown as an execption

Return Value

Boolean
The status of the move function, in the event of a failure the Egateway Log should be consulted to determine the cause of the error
See Also