Enum TrlogTransType
Value for field type in traveltransctionlog This Enum is used by: traveltransactionlog.type
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/10.3.0.0")]
public enum TrlogTransType : short
Fields
Name | Description |
---|---|
Delete | 4864: A record has been deleted |
DeleteAreaUserAssignment | 6144: A previously assigned (login rights) user has been delete from an Area |
DeleteAreaUserInclusion | 5888: A previously included (data inclusion) user has been removed from an area |
Insert | 4352: A record has been inserted |
OldUpdateContact | 5376: (Obsolete) The contact_id of the target record has been updated, old value in PrevRecordId |
OldUpdateProject | 5632: (Obsolete) The project_id of the target record has been updated, old value in PrevRecordId |
PublishUdef | 6400: A new layout for User-defined fields has been published |
TruncateTable | 21000: A TRUNCATE TABLE operation was performed against a table; no record of individual rows deleted exists but everything that WAS in the table is now gone for good |
Unknown | 0: Unknown - used when initializing |
Update | 4608: A record has been updated |
UpdateContact | 10000: The contact_id of the target record has been changed, old value in PrevRecordId |
UpdateFieldPart1 | 8192: (Reserved) Bitmap of updated fields |
UpdateFieldPart2 | 8193: (Reserved) Bitmap of updated fields |
UpdateFieldPart3 | 8194: (Reserved) Bitmap of updated fields |
UpdateFieldPart4 | 8195: (Reserved) Bitmap of updated fields |
UpdateFieldPart5 | 8196: (Reserved) Bitmap of updated fields |
UpdateFieldPart6 | 8197: (Reserved) Bitmap of updated fields |
UpdateFieldPart7 | 8198: (Reserved) Bitmap of updated fields |
UpdateFieldPart8 | 8199: (Reserved) Bitmap of updated fields |
UpdateOwner | 5120: The owning associate_id of the target record has been updated, old value in PrevrecordId |
UpdateProject | 20000: The project_id of the target record has been updated, odl value in PrevRecordId |