dbo.SXAESResource 
Default Table Name  SXAESResource 
Definition  Stores the resources available in the organization for scheduling. Resources can be of the following types: Person, Location, Equipment, Pool, Team. 

dbo.SXAESResource 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. 
ResourceID(PK)    bigint  NO  Auto generated unique primary key value. 
LocationGUID    bigint  NO  Location GUID from CV3Location. This is the owner (previously known as org class) of the resource. It is likely to be a physical location or unit. 
ResourceDescription    varchar(255)  YES  Description of the resource 
ResourceCode    varchar(30)  YES  List for the type of resource (P,L,X,E,T) 
ResourceStatus    varchar(30)  NO  List for the status of the resource (A=active, N=not active) 
AppointmentLimit    int  NO  Limit of number of appointments 
OverbookingLimit    int  NO  Limit of number of overbooked appointments in the resource's timeslot 
IsDeleted    bit  NO  Identifies whether or not the row is deleted.(1 = Deleted; 0 = Active.) 
IsOverrideLocationAvail    bit  NO  Indicates if the resource overrides the parent Location's settings (1= yes, 0=no) 
RegistrationIdentifier    varchar(50)  YES  Stores the Registration ID for the resource (equipment and location only) 
MSrepl_tran_version    uniqueidentifier  NO  Optimistic lock identifier. 
DaysToBook    smallint  NO  The number of days ahead of time that this resource may be booked. 
TimeSlotLength    smallint  NO  The number of minutes that a time slot for this resource lasts. Should be between 0 and 60 
CanScheduleOnHolidays    bit  NO  Indicates that this resource should be scheduled on holidays. 1 - can be scheduled on holidays, 0 = can not be scheduled on holidays 
DefaultLocationGUID    bigint  YES  Stores the default location of this resource 
BookingInterval    smallint  NO  Stores the number of minutes of the booking interval. 
ResourceType    int  NO  An enumerated type with the following list of possible values: 0 = [ES Resource],1 = [Surgical Resource], 
MSReplrowguid    uniqueidentifier  NO  Unique GUID used to support merge replication. 
FreezePeriodInHours    int  NO  Column configures the number of hours prior to the start time of an appointment that the resource is associated with, during which time up to the start time of the appointment, that the appointment shall be frozen, that is, restricted from being updated by a user lacking the new security right, "ES Can Manage Appts within frozen period". 
IsMultiLocationSchedule    bit  YES  Specifies whether the Resource is allowed for Multi-Location Schedule or not. 
IsDemandBookLocationConflictCheckDisabled    bit  NO  If value is true it will disable demand book conflict check for location. 

dbo.SXAESResource Primary and Unique Keys 
Key Name  Key Type  Keys 
SXAESResourcePK  PrimaryKey  ResourceID