Show / Hide Table of Contents

Class DBC.SaleStakeholderFields

Fields for SaleStakeholder, Stakeholders in the sale, very similar to project members

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

Fields

Comment

SaleStakeholder.Comment: Optional comment

Declaration
public const string Comment = "comment"
Field Value
Type Description
string

ContactId

SaleStakeholder.ContactId: Contact ID of person or contact who is the sale stakeholder

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

PersonId

SaleStakeholder.PersonId: Person ID of person who is the sale stakeholder, or 0 if it's just a contact

Declaration
public const string PersonId = "person_id"
Field Value
Type Description
string

Rank

SaleStakeholder.Rank: Rank in list

Declaration
public const string Rank = "rank"
Field Value
Type Description
string

Registered

SaleStakeholder.Registered: Registered when

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

RegisteredAssociateId

SaleStakeholder.RegisteredAssociateId: Registered by whom

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

SaleId

SaleStakeholder.SaleId: Parent sale

Declaration
public const string SaleId = "sale_id"
Field Value
Type Description
string

SaleStakeholderId

SaleStakeholder.SaleStakeholderId: Primary key

Declaration
public const string SaleStakeholderId = "salestakeholder_id"
Field Value
Type Description
string

StakeholderRoleId

SaleStakeholder.StakeholderRoleId: Member type link

Declaration
public const string StakeholderRoleId = "stakeholderrole_id"
Field Value
Type Description
string

Updated

SaleStakeholder.Updated: Last updated when

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

UpdatedAssociateId

SaleStakeholder.UpdatedAssociateId: Last updated by whom

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

UpdatedCount

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