Table of Contents

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

string

CreatedBy

ReferenceTo: User

RelationshipName: CreatedBy

[JsonProperty(PropertyName = "createdBy")]
[Updateable(false)]
[Createable(false)]
public SfUser CreatedBy { get; set; }

Property Value

SfUser

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

string

CreatedDate

Created Date

Name: CreatedDate

SF Type: datetime

Nillable: False

[JsonProperty(PropertyName = "createdDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? CreatedDate { get; set; }

Property Value

DateTimeOffset?

Description

Description

Name: Description

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "description")]
[Updateable(false)]
[Createable(false)]
public string Description { get; set; }

Property Value

string

Error

Error

Name: Error

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "error")]
[Updateable(false)]
[Createable(false)]
public string Error { get; set; }

Property Value

string

ExternalReference

External Reference

Name: ExternalReference

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "externalReference")]
[Updateable(false)]
[Createable(false)]
public string ExternalReference { get; set; }

Property Value

string

FinishedAt

Finished At

Name: FinishedAt

SF Type: datetime

Nillable: True

[JsonProperty(PropertyName = "finishedAt")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? FinishedAt { get; set; }

Property Value

DateTimeOffset?

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

string

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

SfUser

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

string

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

DateTimeOffset?

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

DateTimeOffset?

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

DateTimeOffset?

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

DateTimeOffset?

RelatedRecord

ReferenceTo: Asset

RelationshipName: RelatedRecord

[JsonProperty(PropertyName = "relatedRecord")]
[Updateable(false)]
[Createable(false)]
public SfAsset RelatedRecord { get; set; }

Property Value

SfAsset

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

string

Request

Request

Name: Request

SF Type: textarea

Nillable: True

[JsonProperty(PropertyName = "request")]
[Updateable(false)]
[Createable(false)]
public string Request { get; set; }

Property Value

string

Response

Response

Name: Response

SF Type: textarea

Nillable: True

[JsonProperty(PropertyName = "response")]
[Updateable(false)]
[Createable(false)]
public string Response { get; set; }

Property Value

string

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string

StartedAt

Started At

Name: StartedAt

SF Type: datetime

Nillable: True

[JsonProperty(PropertyName = "startedAt")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? StartedAt { get; set; }

Property Value

DateTimeOffset?

Status

Status

Name: Status

SF Type: picklist

Nillable: False

[JsonProperty(PropertyName = "status")]
[Updateable(false)]
[Createable(false)]
public string Status { get; set; }

Property Value

string

SystemModstamp

System Modstamp

Name: SystemModstamp

SF Type: datetime

Nillable: False

[JsonProperty(PropertyName = "systemModstamp")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? SystemModstamp { get; set; }

Property Value

DateTimeOffset?

Type

Type

Name: Type

SF Type: picklist

Nillable: False

[JsonProperty(PropertyName = "type")]
[Updateable(false)]
[Createable(false)]
public string Type { get; set; }

Property Value

string