dbo.SXAAMCustomContent 
Default Table Name  SXAAMCustomContent 
Definition  This entity contains the data that defines the general characteristics of Custom Content that can be instantiated from within Access Manager (eg. 3rd party patient identifying card swipe).
 

dbo.SXAAMCustomContent 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. 
Active    bit  NO  Denotes whether the row is active or not, 0 means the row has been soft deleted or deactivated. 
CustomContentID(PK)    int  NO  Auto generated unique primary key value. 
CustomContentName    varchar(50)  NO  Name of the Custom Content 
CustomContentDescription    varchar(255)  NO  Descriptions of the Custom Content 
Assembly    varchar(255)  NO  Assembly or executable path or website of Custom Content 
Class    varchar(255)  YES  If applicable (ie. Assembly value is that of dll), class (type) of Custom Content to instantiate. 
IsOnMenu    bit  NO  Indicates whether or not the Custom Content menu item should be displayed on the Menu 
IsOnToolbar    bit  NO  Indicates whether or not the Custom Content menu item should be displayed on the Toolbar 
MenuImageFile    varchar(255)  YES  If applicable (ie. IsOnMenu == true), path of image to place on menu. 
ToolbarImageFile    varchar(255)  YES  If applicable (ie. IsOnToolbar == true), path of image to place on Toolbar. 
IsEnforceSecurity    bit  NO  Indicates whether or not to enforce security (if no, all users have access to Custom content). 
IsModal    bit  NO  Indicates whether or not the Custom Content dialog should be displayed modally. 
IsCallback    bit  NO  Indicates whether or not the Custom Content is a callback, so should be instantiated when first Objects+ object is instantiated, so that it may subscribe to Objects+ events. 
IsSXADefined    bit  NO  Indicates whether or not the Custom Content is user or system defined (eg. system defined would be Scheduling assembly/class). 
MSrepl_tran_version    uniqueidentifier  NO  Optimistic lock identifier. 
MSReplrowguid    uniqueidentifier  NO  Unique GUID used to support merge replication. 

dbo.SXAAMCustomContent Primary and Unique Keys 
Key Name  Key Type  Keys 
SXAAMCustomContentPK  PrimaryKey  CustomContentID