Show / Hide Table of Contents

Class DBC.EmailFlowContentLinkFields

Fields for EmailFlowContentLink, Links content to an email workflow

Inheritance
object
DBC.EmailFlowContentLinkFields
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.EmailFlowContentLinkFields

Fields

EmailFlowContentLinkId

EmailFlowContentLink.EmailFlowContentLinkId: Primary key

Declaration
public const string EmailFlowContentLinkId = "email_flow_content_link_id"
Field Value
Type Description
string

EmailFlowId

EmailFlowContentLink.EmailFlowId: The email flow the content is connected to

Declaration
public const string EmailFlowId = "email_flow_id"
Field Value
Type Description
string

FormId

EmailFlowContentLink.FormId: Web form used in the flow

Declaration
public const string FormId = "form_id"
Field Value
Type Description
string

Registered

EmailFlowContentLink.Registered: Registered when

Declaration
public const string Registered = "registered"
Field Value
Type Description
string

RegisteredAssociateId

EmailFlowContentLink.RegisteredAssociateId: Registered by whom

Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type Description
string

SLinkId

EmailFlowContentLink.SLinkId: Shipment link used in the flow

Declaration
public const string SLinkId = "s_link_id"
Field Value
Type Description
string

SMessageId

EmailFlowContentLink.SMessageId: A shipment message available in the flow

Declaration
public const string SMessageId = "s_message_id"
Field Value
Type Description
string

Updated

EmailFlowContentLink.Updated: Last updated when

Declaration
public const string Updated = "updated"
Field Value
Type Description
string

UpdatedAssociateId

EmailFlowContentLink.UpdatedAssociateId: Last updated by whom

Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type Description
string

UpdatedCount

EmailFlowContentLink.UpdatedCount: Number of updates made to this record

Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type Description
string
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top