dbo.SXAESSystemConfiguration 
Default Table Name  SXAESSystemConfiguration 
Definition  Added options for ES paging 

dbo.SXAESSystemConfiguration Columns 
ColumnName  Domain  Datatype  NULL  Definition 
SiteID    smallint  NO  Identifies the unique distributed database ID where the row was inserted. Distributed databases are no longer supported so this column is deprecated. 
Build    int  NO  Identifies the build number and patch level of the software that inserted/updated this row. The format is the Build number followed by 3 digits for the patch level which is typically 000. The build number is tied to specific versions of the software, e.g. Sunrise 15.3 is Build 5021, Sunrise 16.3 is Build 5503. 
TouchedBy    varchar(50)  NO  Information about the user that last updated the row. This will typically be the UserID (IDCode from CV3User table) and may be prefixed with an environment identifier followed by an underscore, e.g. b96d2bf5_jongmore. 
TouchedWhen    datetime  NO  The date and time that the row was last updated and will be based on the Enterprise time zone. 
CreatedBy    varchar(50)  NO  Information about the user that created the row. This will typically be the UserID (IDCode from CV3User table) and may be prefixed with an environment identifier followed by an underscore, e.g. b96d2bf5_jongmore. 
CreatedWhen    datetime  NO  The date and time that the row was created and will be based on the Enterprise time zone. 
SystemConfigurationID(PK)    int  NO  Auto generated unique primary key value. 
EnvironmentName    varchar(255)  NO  The name of the ES instance 
MSMQURI    varchar(255)  NO  The connection string for the Scheduling Engine 
AlertEmailAddress    varchar(100)  YES  PHI: Email address for system alerts 
DBSynchDelayMinutes    int  NO  The number of minutes to wait for db synch 
DebugLevel    smallint  NO  The debug level (0-4) 
DebugFilePath    varchar(255)  NO  The debug log file path and filename 
SMTPServer    varchar(255)  YES  The SMTP server for alert emails 
AppointmentRequestGracePeriod    smallint  NO  The number of minutes to retain appointments 
ResynchWarningTime    smallint  NO  The number of minutes before reload to broadcast a warning 
HolidayAvailabilityType    varchar(20)  YES  The availability type to use when generating holiday exceptions 
RecapFacilityAddressType    varchar(20)  YES  The facility address type to use in booking recap 
SchedulingHorizonDays    int  NO  The number of days in the future to build schedules 
MSrepl_tran_version    uniqueidentifier  NO  Optimistic lock identifier. 
SystemConfigurationFlags    int  NO  Indicates that an event may only be a child event of a set. 
InitialRecurringSearchCount    int  NO  Number of times a recurring search runs before exiting to the user. 
OptimizationThreshold    int  NO  Indicates the optimization threshold level for engine 
EngineUnavailable    bit  NO  Indicates if the scheduling engine is offline 
MSReplrowguid    uniqueidentifier  NO  Unique GUID used to support merge replication. 
EWSServiceURL    nvarchar(max)  YES  Will be used to store Exchange Web Service URL 
ResourcePagingThreshold    tinyint  NO  Resources Paging Threshold Trigger 
ExchangeServerVersion    varchar(50)  YES  Will be used to store Exchange Server Version which will be consumed by EWS Service 
EmailContent    nvarchar(max)  YES  Will be used to store content which will be added to Appointment's body part while sending to external calendar 
CanSendHL7Appointment    bit  NO  Indicate whether HL7 appointment needs be added to external calendar or not 
ExchangeDeploymentModeType    int  NO  An enumerated type with the following list of possible values: 0 = [OnPremise],1 = [Cloud],2 = [Hybrid], 
TenantID    nvarchar(500)  YES  Will be used to store Azure TenantID 
ClientID    nvarchar(500)  YES  Will be used to store Azure ClientID 
CertificateName    nvarchar(500)  YES  Will be used to store Azure Certificate Name 
LocationAddressTypeCode    varchar(50)  YES  column will store group practice location's practice address's address type from address type dictionary 
AutoReleaseAfterDays    int  NO  default values for auto relase RT after creation days 
AutoReleaseAfterHours    int  NO  default values for auto relase RT after creation Hours(days + Hours) 
AutoReleaseAfterMinutes    int  NO  default values for auto relase RT after creation Minutes(days+ Hours+ Minutes) 
AutoReleaseMaxDays    int  NO  Max value for auto relase RT after creation days 
AutoReleaseMaxHours    int  NO  Max value for auto relase RT after creation Hours(Days + Hours) 
AutoReleaseMaxMinutes    int  NO  Max value for auto relase RT after creation Minutes( Days + Hours + Minutes) 
IsAutoReleaseEnabled    bit  NO  Indicate or set Auto release functionality enabled/disable 
IsDoNotAutoReleaseActive    bit  NO  Indicate that RT Will not be Auto relased(RT needs to release manualy) 
IsAutoReleaseAfterActive    bit  NO  Indicate that RT Will be Auto relased 

dbo.SXAESSystemConfiguration Primary and Unique Keys 
Key Name  Key Type  Keys 
SXAESSystemConfigurationPK  PrimaryKey  SystemConfigurationID