Class DBC.ShipmentTypeReservationFields
Fields for ShipmentTypeReservation, ShipmentTypes a person has reserved against. Note that the absense of a record here implies acceptance of a mailings of this type
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class ShipmentTypeReservationFields : Object
Fields
PersonId
ShipmentTypeReservation.PersonId: Owning person
Declaration
public const string PersonId = "person_id"
Field Value
Type | Description |
---|---|
String |
Registered
ShipmentTypeReservation.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
String |
RegisteredAssociateId
ShipmentTypeReservation.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
String |
ShipmentTypeId
ShipmentTypeReservation.ShipmentTypeId: Shipment type to reserve against
Declaration
public const string ShipmentTypeId = "ShipmentType_id"
Field Value
Type | Description |
---|---|
String |
ShipmentTypeReservationId
ShipmentTypeReservation.ShipmentTypeReservationId: Primary key
Declaration
public const string ShipmentTypeReservationId = "ShipmentTypeReservation_id"
Field Value
Type | Description |
---|---|
String |
Updated
ShipmentTypeReservation.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
String |
UpdatedAssociateId
ShipmentTypeReservation.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
String |
UpdatedCount
ShipmentTypeReservation.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
String |