Show / Hide Table of Contents

Class DBC.SLinkCustomerFields

Fields for SLinkCustomer, A connection between a customer and a link. Registered customers are identified when clicking on a link

Inheritance
Object
DBC.SLinkCustomerFields
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class SLinkCustomerFields : Object

Fields

CustomerId

SLinkCustomer.CustomerId: Connection to a customer that clicked on a link

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

HttpUserAgent

SLinkCustomer.HttpUserAgent: The HTTP_USER_AGENT reported when the customer opened this link

Declaration
public const string HttpUserAgent = "http_user_agent"
Field Value
Type Description
String

LinkId

SLinkCustomer.LinkId: Connection to a link that the customer clicked on

Declaration
public const string LinkId = "link_id"
Field Value
Type Description
String

LinkType

SLinkCustomer.LinkType: If this is a link to a link or an image (gif/jpeg). See SpmLink::LinkType

Declaration
public const string LinkType = "link_type"
Field Value
Type Description
String

Page

SLinkCustomer.Page: Indicates the page number for this gif link

Declaration
public const string Page = "page"
Field Value
Type Description
String

Pressed

SLinkCustomer.Pressed: When the link was clicked.

Declaration
public const string Pressed = "pressed"
Field Value
Type Description
String

ShipmentId

SLinkCustomer.ShipmentId: Which shipment the customer received.

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

SLinkCustomerId

SLinkCustomer.SLinkCustomerId: Primary key

Declaration
public const string SLinkCustomerId = "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