Class SfAsyncOperationLog
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Async Operation Log
SObject Name: AsyncOperationLog
Custom Object: False
public class SfAsyncOperationLog : SObject
- Inheritance
-
SfAsyncOperationLog
- Inherited Members
Properties
AsyncOperationNumber
Async Operation Number
Name: AsyncOperationNumber
SF Type: string
AutoNumber field
Nillable: False
[JsonProperty(PropertyName = "asyncOperationNumber")]
[Updateable(false)]
[Createable(false)]
public string AsyncOperationNumber { 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: string
Nillable: True
[JsonProperty(PropertyName = "description")]
[Updateable(false)]
[Createable(false)]
public string Description { get; set; }
Property Value
Error
Error
Name: Error
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "error")]
[Updateable(false)]
[Createable(false)]
public string Error { get; set; }
Property Value
ExternalReference
External Reference
Name: ExternalReference
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "externalReference")]
[Updateable(false)]
[Createable(false)]
public string ExternalReference { get; set; }
Property Value
FinishedAt
Finished At
Name: FinishedAt
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "finishedAt")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? FinishedAt { get; set; }
Property Value
Id
Async Operation Log 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
LastReferencedDate
Last Referenced Date
Name: LastReferencedDate
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "lastReferencedDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? LastReferencedDate { get; set; }
Property Value
LastStatusUpdateAt
Last Status Update At
Name: LastStatusUpdateAt
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "lastStatusUpdateAt")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? LastStatusUpdateAt { get; set; }
Property Value
LastViewedDate
Last Viewed Date
Name: LastViewedDate
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "lastViewedDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? LastViewedDate { get; set; }
Property Value
RelatedRecord
ReferenceTo: Asset
RelationshipName: RelatedRecord
[JsonProperty(PropertyName = "relatedRecord")]
[Updateable(false)]
[Createable(false)]
public SfAsset RelatedRecord { get; set; }
Property Value
RelatedRecordId
Related Record ID
Name: RelatedRecordId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "relatedRecordId")]
[Updateable(false)]
[Createable(false)]
public string RelatedRecordId { get; set; }
Property Value
Request
Request
Name: Request
SF Type: textarea
Nillable: True
[JsonProperty(PropertyName = "request")]
[Updateable(false)]
[Createable(false)]
public string Request { get; set; }
Property Value
Response
Response
Name: Response
SF Type: textarea
Nillable: True
[JsonProperty(PropertyName = "response")]
[Updateable(false)]
[Createable(false)]
public string Response { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
StartedAt
Started At
Name: StartedAt
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "startedAt")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? StartedAt { get; set; }
Property Value
Status
Status
Name: Status
SF Type: picklist
Nillable: False
[JsonProperty(PropertyName = "status")]
[Updateable(false)]
[Createable(false)]
public string Status { 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
Type
Type
Name: Type
SF Type: picklist
Nillable: False
[JsonProperty(PropertyName = "type")]
[Updateable(false)]
[Createable(false)]
public string Type { get; set; }