Click or drag to resize

ExtensibilityDataInfoPostToMyMicros Property

Get and Set value indicating if extensibility data post to MyMicros.

Namespace:  Micros.PosCore.Extensibility.Ops
Assembly:  PosCore (in PosCore.dll)
Syntax
C#
public bool PostToMyMicros { get; set; }

Return Value

Type: Boolean
true if the data will post to MyMicros, otherwise false
Remarks
Starting in Simphony v2.6 this value must contain "System.String" if the user wants DPS to copy the data from the MCRSPOS database to the GUEST_CHECK_LINE_ITEM_EXT table in the MyMicros LocationActivity database. In order for the data to be copied to MyMicros the Extension Application Type must also be set to 2 in EMC.
See Also