Table of Contents

Class SfAssetActionSource

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Asset Action Source

SObject Name: AssetActionSource

Custom Object: False

public class SfAssetActionSource : SObject
Inheritance
SfAssetActionSource
Inherited Members

Properties

ActualTax

Actual Tax

Name: ActualTax

SF Type: currency

Nillable: True

[JsonProperty(PropertyName = "actualTax")]
[Updateable(false)]
[Createable(false)]
public decimal? ActualTax { get; set; }

Property Value

decimal?

AdjustmentAmount

Adjustment Amount

Name: AdjustmentAmount

SF Type: currency

Nillable: True

[JsonProperty(PropertyName = "adjustmentAmount")]
[Updateable(false)]
[Createable(false)]
public decimal? AdjustmentAmount { get; set; }

Property Value

decimal?

AssetAction

ReferenceTo: AssetAction

RelationshipName: AssetAction

[JsonProperty(PropertyName = "assetAction")]
[Updateable(false)]
[Createable(false)]
public SfAssetAction AssetAction { get; set; }

Property Value

SfAssetAction

AssetActionId

Asset Action ID

Name: AssetActionId

SF Type: reference

Nillable: False

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

Property Value

string

AssetActionSourceNumber

Name

Name: AssetActionSourceNumber

SF Type: string

AutoNumber field

Nillable: False

[JsonProperty(PropertyName = "assetActionSourceNumber")]
[Updateable(false)]
[Createable(false)]
public string AssetActionSourceNumber { 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?

EndDate

End Date

Name: EndDate

SF Type: datetime

Nillable: True

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

Property Value

DateTimeOffset?

EstimatedTax

Estimated Tax

Name: EstimatedTax

SF Type: currency

Nillable: True

[JsonProperty(PropertyName = "estimatedTax")]
[Updateable(false)]
[Createable(false)]
public decimal? EstimatedTax { get; set; }

Property Value

decimal?

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

ExternalReferenceDataSource

External Reference Data Source

Name: ExternalReferenceDataSource

SF Type: string

Nillable: True

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

Property Value

string

Id

Asset Action Source 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?

ProductAmount

Product Amount

Name: ProductAmount

SF Type: currency

Nillable: True

[JsonProperty(PropertyName = "productAmount")]
[Updateable(false)]
[Createable(false)]
public decimal? ProductAmount { get; set; }

Property Value

decimal?

Quantity

Quantity

Name: Quantity

SF Type: double

Nillable: True

[JsonProperty(PropertyName = "quantity")]
[Updateable(false)]
[Createable(false)]
public double? Quantity { get; set; }

Property Value

double?

ReferenceEntityItem

ReferenceTo: OrderItem

RelationshipName: ReferenceEntityItem

[JsonProperty(PropertyName = "referenceEntityItem")]
[Updateable(false)]
[Createable(false)]
public SfOrderItem ReferenceEntityItem { get; set; }

Property Value

SfOrderItem

ReferenceEntityItemId

Reference Entity Item ID

Name: ReferenceEntityItemId

SF Type: reference

Nillable: True

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

Property Value

string

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string

StartDate

Start Date

Name: StartDate

SF Type: datetime

Nillable: True

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

Property Value

DateTimeOffset?

Subtotal

Subtotal

Name: Subtotal

SF Type: currency

Nillable: True

[JsonProperty(PropertyName = "subtotal")]
[Updateable(false)]
[Createable(false)]
public decimal? Subtotal { get; set; }

Property Value

decimal?

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?

TransactionDate

Transaction Date

Name: TransactionDate

SF Type: datetime

Nillable: True

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

Property Value

DateTimeOffset?