Show / Hide Table of Contents

Class DBC.LandingPagePinFields

Fields for LandingPagePin, A pinned selection or entity record on a landing page

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

Fields

LandingPageId

LandingPagePin.LandingPageId: The landing page this pin belongs to

Declaration
public const string LandingPageId = "landing_page_id"
Field Value
Type Description
string

LandingPagePinId

LandingPagePin.LandingPagePinId: Primary key

Declaration
public const string LandingPagePinId = "landing_page_pin_id"
Field Value
Type Description
string

RecordId

LandingPagePin.RecordId: The id of the pinned record in the referenced table

Declaration
public const string RecordId = "record_id"
Field Value
Type Description
string

Registered

LandingPagePin.Registered: Registered when

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

RegisteredAssociateId

LandingPagePin.RegisteredAssociateId: Registered by whom

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

TableNumber

LandingPagePin.TableNumber: Table number of the pinned record (selection table number, or entity table number such as contact, person, sale)

Declaration
public const string TableNumber = "table_number"
Field Value
Type Description
string

Updated

LandingPagePin.Updated: Last updated when

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

UpdatedAssociateId

LandingPagePin.UpdatedAssociateId: Last updated by whom

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

UpdatedCount

LandingPagePin.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