Microsoft.Dynamics.Retail.AX2012.R2.FP.Base.Class.RetailPosRetail POS

Microsoft.Dynamics.Retail.AX2012.R2.FP.Base.Class.RetailPos (ClassType)

The Retail point of sale application

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdb2c731df-d720-4ebb-bb87-f044f0a19878

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.Dynamics.Retail.AX2012.R2.FP.Base.Class.RetailPos:
DataAreaID  string  Legal Entity The legal entity with which this terminal is associated. false 256  False 
StoreID  string  Store ID The store identifier false 256  False 
RegisterID  string  Register ID The identifier of the register false 256  False 
RealtimeServiceProtocol  string  Real-time Service Protocol The protocol used for communicating with the Commerce Data Exchange: Real-time Service instance. false 256  False 
RealtimeServiceHostName  string  Real-time Service Host Name The host of the Commerce Data Exchange: Real-time Service instance that this POS terminal is associated with. false 256  False 
RealtimeServiceName  string  Real-time Service Name The service name of the Commerce Data Exchange: Real-time Service instance that this POS terminal is associated with. false 256  False 
RealtimeServicePort  string  Real-time Service Port The port of the Commerce Data Exchange: Real-time Service instance that this POS terminal is associated with. false 256  False 
RealtimeServiceCertificateDns  string  Real-time Service Certificate DNS The DNS certificate of the Commerce Data Exchange: Real-time Service instance that this POS terminal is associated with. false 256  False 
ApplicationConfigFilePath  string  Application Configuration File Path The location of the application configuration file. false 256  False 
ChannelDBServer  string  Channel Database Server Name Name of the server that hosts the channel database. false 256  False 
ChannelDBName  string  Channel Database Name The name of the channel database. false 256  False 
OfflineDBServer  string  Offline Database Server Name Name of the server that hosts the offline database. false 256  False 
OfflineDBName  string  Offline Database Name The name of the offline database. false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Dynamics.Retail.AX2012.R2.FP.Base.Class.RetailPos" Accessibility="Public" Abstract="false" Base="System!System.LogicalEntity" Hosted="true" Singleton="false">
<Property ID="DataAreaID" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="StoreID" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="RegisterID" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="RealtimeServiceProtocol" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="RealtimeServiceHostName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="RealtimeServiceName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="RealtimeServicePort" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="RealtimeServiceCertificateDns" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ApplicationConfigFilePath" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ChannelDBServer" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ChannelDBName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="OfflineDBServer" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="OfflineDBName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>