Build 
Definition  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 
Definition  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. 

TouchedWhenUTC 
Definition  The date and time that the row was last updated including the time zone offset from UTC, for example 2015-01-30 04:55:04.372 -05:00. The date and time is based on the Enterprise Time Zone. 

CreatedBy 
Definition  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. 

CreatedWhenUTC 
Definition  The date and time that the row was created including the time zone offset from UTC, for example 2015-01-30 04:55:04.372 -05:00. The date and time is based on the Enterprise Time Zone. 

OccurrenceActionStatusHistoryID 
Definition  Auto generated unique primary key value. 

ScheduledEventOccurrenceID 
Definition  A foreign key to the ScheduledEventOccurrenceID column in the SXAHMScheduledEventOccurrence table. 

ActionUserGUID 
Definition  A foreign key to the GUID column in the CV3User table. 

ActionUserDisplayName 
Definition  PHI: Specifies the display name of the user responsible for this modification to the occurrence. 

ActionType 
Definition  An enumerated type with the following list of possible values: 0 = [Mark as Complete],1 = [Mark as Not Complete],2 = [Mark As Invalid],3 = [Delete Entry],4 = [Modify Occurrence],5 = [Reschedule],6 = [Order Placed],7 = [Order Link Removed],8 = [Save as Unreconciled Completed],9 = [Save as Unreconciled Not Completed],10 = [Accept Unreconciled],11 = [Reject Unreconciled],12 = [Receive Entered-in-Error],13 = [Update to Entered-in-Error],14 = [Ignore Update],15 = [Order Task Occurrence Link Added],16 = [Order Task Occurrence Link Removed], 

FromStatusType 
Definition  An Enumerated type value that defines the status of this occurrence BEFORE the change. The possible values are: Pending, Completed, Not Completed 

ToStatusType 
Definition  An Enumerated type value that defines the status of this occurrence AFTER the change. The possible values are: Pending, Completed, Not Completed 

FieldModificationXML 
Definition  For any action status history rows that have modified fields associated with them, we add all of the modified fields to this column as XML. 

MSRowVersion 
Definition  Optimistic lock identifier using rowversion datatype. 

ActionCodedReasonType 
Definition  The reason type for the action. References CV3CodedReason.Type column 

ActionReasonXML 
Definition  An XML string containing reason codes and associated reason text for each reason selected 

ActionMoreDetail 
Definition  Additional information indicating why the action was taken 

LocationGroupGUID 
Definition  A foreign key to the GUID column in the CV3Location table. 

MSReplrowguid 
Definition  Unique GUID used to support merge replication.