Show / Hide Table of Contents

Class DBC.SShipmentAddrFields

Fields for SShipmentAddr, Addresses that are ready to be sent in a shipment.

Inheritance
object
DBC.SShipmentAddrFields
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.SShipmentAddrFields

Fields

Address

SShipmentAddr.Address: The email address

Declaration
public const string Address = "address"
Field Value
Type Description
string

BounceCode

SShipmentAddr.BounceCode: If this recipient bounced and we have a bounce code, this field will contain the code

Declaration
public const string BounceCode = "bounce_code"
Field Value
Type Description
string

BounceReason

SShipmentAddr.BounceReason: Reason text received from mailing system

Declaration
public const string BounceReason = "bounce_reason"
Field Value
Type Description
string

BounceReasontag

SShipmentAddr.BounceReasontag: If this recipient bounced and we have a bounce reason, this field will contain the reason

Declaration
public const string BounceReasontag = "bounce_reasontag"
Field Value
Type Description
string

Cleaned

SShipmentAddr.Cleaned: Used for indicating that a bounced recipient row has been cleaned, and now will not be presented again in the cleaning list

Declaration
public const string Cleaned = "cleaned"
Field Value
Type Description
string

ContactId

SShipmentAddr.ContactId: Id of contact bound to shipment address

Declaration
public const string ContactId = "contact_id"
Field Value
Type Description
string

CustomerId

SShipmentAddr.CustomerId: Id of the customer if this entry is created by a dynamic list

Declaration
public const string CustomerId = "customer_id"
Field Value
Type Description
string

FormSubmissionId

SShipmentAddr.FormSubmissionId: If this mailing recipient is created from a form submission, this will contain a reference to that submission

Declaration
public const string FormSubmissionId = "form_submission_id"
Field Value
Type Description
string

Name

SShipmentAddr.Name: The name of the recipient

Declaration
public const string Name = "name"
Field Value
Type Description
string

SShipmentAddrId

SShipmentAddr.SShipmentAddrId: Primary key

Declaration
public const string SShipmentAddrId = "id"
Field Value
Type Description
string

SenderNr

SShipmentAddr.SenderNr: Used for multiple ejSenders. This field indicate which ejSender process this belongs to

Declaration
public const string SenderNr = "sender_nr"
Field Value
Type Description
string

SendingTime

SShipmentAddr.SendingTime: Estimated or actual sent time (depends on status)

Declaration
public const string SendingTime = "sending_time"
Field Value
Type Description
string

ShipmentId

SShipmentAddr.ShipmentId: Which shipment this address belongs to

Declaration
public const string ShipmentId = "shipment_id"
Field Value
Type Description
string

Status

SShipmentAddr.Status: Status for sending to this particular recipient

Declaration
public const string Status = "status"
Field Value
Type Description
string

TicketId

SShipmentAddr.TicketId: Id of the ticket if this entry is created by a ticketSelection list

Declaration
public const string TicketId = "ticket_id"
Field Value
Type Description
string

Timestamp

SShipmentAddr.Timestamp: A stamp set when this address it taken by ejSender to prevent two ejSenders to take one address.

Declaration
public const string Timestamp = "timestamp"
Field Value
Type Description
string

Type

SShipmentAddr.Type: Indicates if this is an email or a sms

Declaration
public const string Type = "type"
Field Value
Type Description
string

WorkflowInstanceId

SShipmentAddr.WorkflowInstanceId: The row was created by this workflow instance

Declaration
public const string WorkflowInstanceId = "workflow_instance_id"
Field Value
Type Description
string

WorkflowStepId

SShipmentAddr.WorkflowStepId: The row was created by this workflow step

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