Class DBC.SListShipmentFields
Fields for SListShipment, A connector between shipment and list so that one shipment can have many lists, and one list can have many shipments
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.SListShipmentFields
Fields
ListId
SListShipment.ListId: Reference to the list
Declaration
public const string ListId = "list_id"
Field Value
Type | Description |
---|---|
string |
SListShipmentId
SListShipment.SListShipmentId: Primary key
Declaration
public const string SListShipmentId = "id"
Field Value
Type | Description |
---|---|
string |
ShipmentId
SListShipment.ShipmentId: Reference to the shipment
Declaration
public const string ShipmentId = "shipment_id"
Field Value
Type | Description |
---|---|
string |
Status
SListShipment.Status: Status of shipment list
Declaration
public const string Status = "status"
Field Value
Type | Description |
---|---|
string |
Type
SListShipment.Type: Indicates if this is a static/dynamic spmlist or a selection
Declaration
public const string Type = "type"
Field Value
Type | Description |
---|---|
string |