Class SfConversationEntry
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Conversation Entry
SObject Name: ConversationEntry
Custom Object: False
public class SfConversationEntry : SObject
- Inheritance
-
SfConversationEntry
- Inherited Members
Properties
ActorId
Actor ID
Name: ActorId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "actorId")]
[Updateable(false)]
[Createable(true)]
public string ActorId { get; set; }
Property Value
ActorName
Actor Name
Name: ActorName
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "actorName")]
[Updateable(false)]
[Createable(true)]
public string ActorName { get; set; }
Property Value
ActorType
Actor Type
Name: ActorType
SF Type: picklist
Nillable: False
[JsonProperty(PropertyName = "actorType")]
[Updateable(false)]
[Createable(true)]
public string ActorType { get; set; }
Property Value
ClientDuration
ClientDuration
Name: ClientDuration
SF Type: int
Nillable: True
[JsonProperty(PropertyName = "clientDuration")]
[Updateable(false)]
[Createable(true)]
public int? ClientDuration { get; set; }
Property Value
- int?
ClientTimestamp
ClientTimestamp
Name: ClientTimestamp
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "clientTimestamp")]
[Updateable(false)]
[Createable(true)]
public DateTimeOffset? ClientTimestamp { get; set; }
Property Value
ConversationEntityId
Conversation ID
Name: ConversationEntityId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "conversationEntityId")]
public string ConversationEntityId { get; set; }
Property Value
ConversationId
Conversation ID
Name: ConversationId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "conversationId")]
[Updateable(false)]
[Createable(true)]
public string ConversationId { get; set; }
Property Value
CreatedBy
ReferenceTo: User
RelationshipName: CreatedBy
[JsonProperty(PropertyName = "createdBy")]
[Updateable(false)]
[Createable(false)]
public SfUser CreatedBy { get; set; }
Property Value
CreatedById
Created By ID
Name: CreatedById
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "createdById")]
[Updateable(false)]
[Createable(false)]
public string CreatedById { get; set; }
Property Value
CreatedDate
Created Date
Name: CreatedDate
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "createdDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? CreatedDate { get; set; }
Property Value
EntryEndTime
Entry End Time
Name: EntryEndTime
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "entryEndTime")]
[Updateable(false)]
[Createable(true)]
public DateTimeOffset? EntryEndTime { get; set; }
Property Value
EntryTime
Entry Start Time
Name: EntryTime
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "entryTime")]
[Updateable(false)]
[Createable(true)]
public DateTimeOffset? EntryTime { get; set; }
Property Value
EntryTimeMilliSecs
Entry Time Milli Seconds(last 3 digits)
Name: EntryTimeMilliSecs
SF Type: int
Nillable: True
[JsonProperty(PropertyName = "entryTimeMilliSecs")]
[Updateable(false)]
[Createable(true)]
public int? EntryTimeMilliSecs { get; set; }
Property Value
- int?
EntryType
Entry Type
Name: EntryType
SF Type: picklist
Nillable: False
[JsonProperty(PropertyName = "entryType")]
[Updateable(false)]
[Createable(true)]
public string EntryType { get; set; }
Property Value
HasAttachments
Has Attachments
Name: HasAttachments
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "hasAttachments")]
[Updateable(false)]
[Createable(true)]
public bool? HasAttachments { get; set; }
Property Value
- bool?
Id
Conversation Entry ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
IsDeleted
Deleted
Name: IsDeleted
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isDeleted")]
[Updateable(false)]
[Createable(false)]
public bool? IsDeleted { get; set; }
Property Value
- bool?
LastModifiedBy
ReferenceTo: User
RelationshipName: LastModifiedBy
[JsonProperty(PropertyName = "lastModifiedBy")]
[Updateable(false)]
[Createable(false)]
public SfUser LastModifiedBy { get; set; }
Property Value
LastModifiedById
Last Modified By ID
Name: LastModifiedById
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "lastModifiedById")]
[Updateable(false)]
[Createable(false)]
public string LastModifiedById { get; set; }
Property Value
LastModifiedDate
Last Modified Date
Name: LastModifiedDate
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "lastModifiedDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? LastModifiedDate { get; set; }
Property Value
Message
Message
Name: Message
SF Type: textarea
Nillable: True
[JsonProperty(PropertyName = "message")]
[Updateable(false)]
[Createable(true)]
public string Message { get; set; }
Property Value
MessageDeliverTime
Message Deliver Time
Name: MessageDeliverTime
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "messageDeliverTime")]
[Updateable(false)]
[Createable(true)]
public DateTimeOffset? MessageDeliverTime { get; set; }
Property Value
MessageIdentifier
Message ID
Name: MessageIdentifier
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "messageIdentifier")]
[Updateable(false)]
[Createable(true)]
public string MessageIdentifier { get; set; }
Property Value
MessageReadTime
Message Read Time
Name: MessageReadTime
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "messageReadTime")]
[Updateable(false)]
[Createable(true)]
public DateTimeOffset? MessageReadTime { get; set; }
Property Value
MessageSendTime
Message Send Time
Name: MessageSendTime
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "messageSendTime")]
[Updateable(false)]
[Createable(true)]
public DateTimeOffset? MessageSendTime { get; set; }
Property Value
MessageStatus
Message Status
Name: MessageStatus
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "messageStatus")]
[Updateable(false)]
[Createable(true)]
public string MessageStatus { get; set; }
Property Value
MessageStatusCode
Message Status Code
Name: MessageStatusCode
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "messageStatusCode")]
public string MessageStatusCode { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
Seq
Sequence
Name: Seq
SF Type: int
Nillable: False
[JsonProperty(PropertyName = "seq")]
[Updateable(false)]
[Createable(true)]
public int? Seq { get; set; }
Property Value
- int?
ServerReceivedTimestamp
ServerReceivedTimestamp
Name: ServerReceivedTimestamp
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "serverReceivedTimestamp")]
[Updateable(false)]
[Createable(true)]
public DateTimeOffset? ServerReceivedTimestamp { get; set; }
Property Value
SystemModstamp
System Modstamp
Name: SystemModstamp
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "systemModstamp")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? SystemModstamp { get; set; }