| 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: 18.2
 Syntax
Syntaxpublic bool MoveFiscalData(
	bool moveLocal,
	IEnumerable<string> tables
)
Parameters
- moveLocal
- Type: SystemBoolean
 If true the target of the move will be the workstation datastore, if set to false the target will be the CAPS datastore
- tables
- Type: System.Collections.GenericIEnumerableString
 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
Type: 
BooleanThe 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
See Also