Class DBC.NewsFeedItemFields
Fields for NewsFeedItem, Contains news feed items - published to one or more users, with one or more language descriptions
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.NewsFeedItemFields
Fields
ApplicationId
NewsFeedItem.ApplicationId: The id of the application that registered this news item. Used to resolve where any CTA should be posted when clicked.
Declaration
public const string ApplicationId = "ApplicationId"
Field Value
| Type | Description |
|---|---|
| string |
ContactId
NewsFeedItem.ContactId: Related contact id - 0 if not related to a contact
Declaration
public const string ContactId = "contact_id"
Field Value
| Type | Description |
|---|---|
| string |
ExpiresAt
NewsFeedItem.ExpiresAt: When the news item expires and should no longer be shown in feeds (UTC)
Declaration
public const string ExpiresAt = "ExpiresAt"
Field Value
| Type | Description |
|---|---|
| string |
FromCategoryName
NewsFeedItem.FromCategoryName: Type of the instance that published this item. e.g. Prospector Agent
Declaration
public const string FromCategoryName = "FromCategoryName"
Field Value
| Type | Description |
|---|---|
| string |
FromName
NewsFeedItem.FromName: Name of the instance that published this item. e.g. Pete the prospector
Declaration
public const string FromName = "FromName"
Field Value
| Type | Description |
|---|---|
| string |
ImageLink
NewsFeedItem.ImageLink: URL Link to an image associated with the news item.
Declaration
public const string ImageLink = "ImageLink"
Field Value
| Type | Description |
|---|---|
| string |
NewsFeedItemId
NewsFeedItem.NewsFeedItemId: Primary key
Declaration
public const string NewsFeedItemId = "newsfeeditem_id"
Field Value
| Type | Description |
|---|---|
| string |
PersonId
NewsFeedItem.PersonId: Related person id - 0 if not related to a person
Declaration
public const string PersonId = "person_id"
Field Value
| Type | Description |
|---|---|
| string |
PreviewHint
NewsFeedItem.PreviewHint: Preview hint for the news item. e.g. {contact_id=123}
Declaration
public const string PreviewHint = "PreviewHint"
Field Value
| Type | Description |
|---|---|
| string |
Priority
NewsFeedItem.Priority: Importance of the news item. Low to High. Higher priority items may be shown more prominently in the feed.
Declaration
public const string Priority = "Priority"
Field Value
| Type | Description |
|---|---|
| string |
ProjectId
NewsFeedItem.ProjectId: Related project id - 0 if not related to a project
Declaration
public const string ProjectId = "project_id"
Field Value
| Type | Description |
|---|---|
| string |
Registered
NewsFeedItem.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
| Type | Description |
|---|---|
| string |
RegisteredAssociateId
NewsFeedItem.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
| Type | Description |
|---|---|
| string |
SaleId
NewsFeedItem.SaleId: Related sale id - 0 if not related to a sale
Declaration
public const string SaleId = "sale_id"
Field Value
| Type | Description |
|---|---|
| string |
SourceLink
NewsFeedItem.SourceLink: URL Link to the source of the news item, or an SOProtocol link to a SuperOffice item
Declaration
public const string SourceLink = "SourceLink"
Field Value
| Type | Description |
|---|---|
| string |
Status
NewsFeedItem.Status: Indicates if the item is being handled by a CTA. (normal, processing, processed)
Declaration
public const string Status = "Status"
Field Value
| Type | Description |
|---|---|
| string |
Summary
NewsFeedItem.Summary: Short, descriptive summary. Plain text summary. Multi-language string supported: 'US:"english";NO:"norsk"'.
Declaration
public const string Summary = "Summary"
Field Value
| Type | Description |
|---|---|
| string |
Title
NewsFeedItem.Title: Short, descriptive headline. Plain text title. Multi-language string supported: 'US:"english";NO:"norsk"'.
Declaration
public const string Title = "Title"
Field Value
| Type | Description |
|---|---|
| string |
Updated
NewsFeedItem.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
| Type | Description |
|---|---|
| string |
UpdatedAssociateId
NewsFeedItem.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
| Type | Description |
|---|---|
| string |
UpdatedCount
NewsFeedItem.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
| Type | Description |
|---|---|
| string |