Class DBC.DeliveryTypeGroupLinkFields
Fields for DeliveryTypeGroupLink, User group link table for DeliveryType, for MDO item hiding
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.DeliveryTypeGroupLinkFields
Fields
DeliveryTypeGroupLinkId
DeliveryTypeGroupLink.DeliveryTypeGroupLinkId: Primary key
Declaration
public const string DeliveryTypeGroupLinkId = "deliverytypegrouplink_id"
Field Value
Type | Description |
---|---|
string |
DeliveryTypeId
DeliveryTypeGroupLink.DeliveryTypeId: Link to DeliveryType list table
Declaration
public const string DeliveryTypeId = "deliverytype_id"
Field Value
Type | Description |
---|---|
string |
GroupId
DeliveryTypeGroupLink.GroupId: Link to Group table
Declaration
public const string GroupId = "group_id"
Field Value
Type | Description |
---|---|
string |
Registered
DeliveryTypeGroupLink.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
string |
RegisteredAssociateId
DeliveryTypeGroupLink.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
string |
Updated
DeliveryTypeGroupLink.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
string |
UpdatedAssociateId
DeliveryTypeGroupLink.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
string |
UpdatedCount
DeliveryTypeGroupLink.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
string |