Class DBC.SaleStakeholderFields
Fields for SaleStakeholder, Stakeholders in the sale, very similar to project members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class SaleStakeholderFields : Object
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 |