Class SfTask
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Task
SObject Name: Task
Custom Object: False
public class SfTask : SObject
- Inheritance
-
SfTask
- Inherited Members
Properties
Account
ReferenceTo: Account
RelationshipName: Account
[JsonProperty(PropertyName = "account")]
[Updateable(false)]
[Createable(false)]
public SfAccount Account { get; set; }
Property Value
AccountId
Account ID
Name: AccountId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "accountId")]
[Updateable(false)]
[Createable(false)]
public string AccountId { get; set; }
Property Value
ActivityDate
Due Date Only
Name: ActivityDate
SF Type: date
Nillable: True
[JsonProperty(PropertyName = "activityDate")]
public DateTime? ActivityDate { get; set; }
Property Value
CallDisposition
Call Result
Name: CallDisposition
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "callDisposition")]
public string CallDisposition { get; set; }
Property Value
CallDurationInSeconds
Call Duration
Name: CallDurationInSeconds
SF Type: int
Nillable: True
[JsonProperty(PropertyName = "callDurationInSeconds")]
public int? CallDurationInSeconds { get; set; }
Property Value
- int?
CallObject
Call Object Identifier
Name: CallObject
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "callObject")]
public string CallObject { get; set; }
Property Value
CallType
Call Type
Name: CallType
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "callType")]
public string CallType { get; set; }
Property Value
CompletedDateTime
Completed Date/Time
Name: CompletedDateTime
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "completedDateTime")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? CompletedDateTime { 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
Description
Description
Name: Description
SF Type: textarea
Nillable: True
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
Id
Activity ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
IsArchived
Archived
Name: IsArchived
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isArchived")]
[Updateable(false)]
[Createable(false)]
public bool? IsArchived { get; set; }
Property Value
- bool?
IsClosed
Closed
Name: IsClosed
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isClosed")]
[Updateable(false)]
[Createable(false)]
public bool? IsClosed { get; set; }
Property Value
- bool?
IsDeleted
Deleted
Name: IsDeleted
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isDeleted")]
[Updateable(false)]
[Createable(false)]
public bool? IsDeleted { get; set; }
Property Value
- bool?
IsHighPriority
High Priority
Name: IsHighPriority
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isHighPriority")]
[Updateable(false)]
[Createable(false)]
public bool? IsHighPriority { get; set; }
Property Value
- bool?
IsRecurrence
Create Recurring Series of Tasks
Name: IsRecurrence
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isRecurrence")]
[Updateable(false)]
[Createable(true)]
public bool? IsRecurrence { get; set; }
Property Value
- bool?
IsReminderSet
Reminder Set
Name: IsReminderSet
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isReminderSet")]
public bool? IsReminderSet { 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
OwnerId
Assigned To ID
Name: OwnerId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "ownerId")]
public string OwnerId { get; set; }
Property Value
Priority
Priority
Name: Priority
SF Type: picklist
Nillable: False
[JsonProperty(PropertyName = "priority")]
public string Priority { get; set; }
Property Value
RecurrenceActivityId
Recurrence Activity ID
Name: RecurrenceActivityId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "recurrenceActivityId")]
[Updateable(false)]
[Createable(false)]
public string RecurrenceActivityId { get; set; }
Property Value
RecurrenceDayOfMonth
Recurrence Day of Month
Name: RecurrenceDayOfMonth
SF Type: int
Nillable: True
[JsonProperty(PropertyName = "recurrenceDayOfMonth")]
public int? RecurrenceDayOfMonth { get; set; }
Property Value
- int?
RecurrenceDayOfWeekMask
Recurrence Day of Week Mask
Name: RecurrenceDayOfWeekMask
SF Type: int
Nillable: True
[JsonProperty(PropertyName = "recurrenceDayOfWeekMask")]
public int? RecurrenceDayOfWeekMask { get; set; }
Property Value
- int?
RecurrenceEndDateOnly
Recurrence End
Name: RecurrenceEndDateOnly
SF Type: date
Nillable: True
[JsonProperty(PropertyName = "recurrenceEndDateOnly")]
public DateTime? RecurrenceEndDateOnly { get; set; }
Property Value
RecurrenceInstance
Recurrence Instance
Name: RecurrenceInstance
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "recurrenceInstance")]
public string RecurrenceInstance { get; set; }
Property Value
RecurrenceInterval
Recurrence Interval
Name: RecurrenceInterval
SF Type: int
Nillable: True
[JsonProperty(PropertyName = "recurrenceInterval")]
public int? RecurrenceInterval { get; set; }
Property Value
- int?
RecurrenceMonthOfYear
Recurrence Month of Year
Name: RecurrenceMonthOfYear
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "recurrenceMonthOfYear")]
public string RecurrenceMonthOfYear { get; set; }
Property Value
RecurrenceRegeneratedType
Repeat This Task
Name: RecurrenceRegeneratedType
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "recurrenceRegeneratedType")]
public string RecurrenceRegeneratedType { get; set; }
Property Value
RecurrenceStartDateOnly
Recurrence Start
Name: RecurrenceStartDateOnly
SF Type: date
Nillable: True
[JsonProperty(PropertyName = "recurrenceStartDateOnly")]
public DateTime? RecurrenceStartDateOnly { get; set; }
Property Value
RecurrenceTimeZoneSidKey
Recurrence Time Zone
Name: RecurrenceTimeZoneSidKey
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "recurrenceTimeZoneSidKey")]
public string RecurrenceTimeZoneSidKey { get; set; }
Property Value
RecurrenceType
Recurrence Type
Name: RecurrenceType
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "recurrenceType")]
public string RecurrenceType { get; set; }
Property Value
ReminderDateTime
Reminder Date/Time
Name: ReminderDateTime
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "reminderDateTime")]
public DateTimeOffset? ReminderDateTime { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
Status
Status
Name: Status
SF Type: picklist
Nillable: False
[JsonProperty(PropertyName = "status")]
public string Status { get; set; }
Property Value
Subject
Subject
Name: Subject
SF Type: combobox
Nillable: True
[JsonProperty(PropertyName = "subject")]
public string Subject { 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; }
Property Value
TaskSubtype
Task Subtype
Name: TaskSubtype
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "taskSubtype")]
[Updateable(false)]
[Createable(true)]
public string TaskSubtype { get; set; }
Property Value
WhatId
Related To ID
Name: WhatId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "whatId")]
public string WhatId { get; set; }
Property Value
WhoId
Name ID
Name: WhoId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "whoId")]
public string WhoId { get; set; }