Click or drag to resize

OpsContextChangeCheckOwner Method (String, Int64)

Change the owner of a close check if we have an active list - call when a closed check is moved to/from another workstation.

Namespace:  Micros.Ops
Assembly:  Ops (in Ops.dll) Version: 18.2
Syntax
C#
public void ChangeCheckOwner(
	string guid,
	long uwsId
)

Parameters

guid
Type: SystemString
uwsId
Type: SystemInt64
See Also