Table of Contents

Class SfAssetAction

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Asset Action

SObject Name: AssetAction

Custom Object: False

public class SfAssetAction : SObject
Inheritance
SfAssetAction
Inherited Members

Properties

ActionDate

Action Date

Name: ActionDate

SF Type: datetime

Nillable: False

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

Property Value

DateTimeOffset?

ActualTaxChange

Change in Actual Tax

Name: ActualTaxChange

SF Type: currency

Nillable: True

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

Property Value

decimal?

AdjustmentAmountChange

Change in Adjustment Amount

Name: AdjustmentAmountChange

SF Type: currency

Nillable: True

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

Property Value

decimal?

Amount

Amount

Name: Amount

SF Type: currency

Nillable: False

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

Property Value

decimal?

Asset

ReferenceTo: Asset

RelationshipName: Asset

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

Property Value

SfAsset

AssetActionNumber

Name

Name: AssetActionNumber

SF Type: string

AutoNumber field

Nillable: False

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

Property Value

string

AssetId

Asset ID

Name: AssetId

SF Type: reference

Nillable: False

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

Property Value

string

CategoryEnum

Business Category

Name: CategoryEnum

SF Type: picklist

Nillable: False

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

EstimatedTaxChange

Change in Estimated Tax

Name: EstimatedTaxChange

SF Type: currency

Nillable: True

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

Property Value

decimal?

Id

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

MrrChange

Change in Monthly Recurring Revenue

Name: MrrChange

SF Type: currency

Nillable: False

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

Property Value

decimal?

ProductAmountChange

Change in Product Amount

Name: ProductAmountChange

SF Type: currency

Nillable: True

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

Property Value

decimal?

QuantityChange

Change in Quantity

Name: QuantityChange

SF Type: double

Nillable: False

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

Property Value

double?

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string

SubtotalChange

Change in Subtotal

Name: SubtotalChange

SF Type: currency

Nillable: True

[JsonProperty(PropertyName = "subtotalChange")]
[Updateable(false)]
[Createable(false)]
public decimal? SubtotalChange { 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?

TotalAmount

Total Amount

Name: TotalAmount

SF Type: currency

Nillable: True

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

Property Value

decimal?

TotalCancellationsAmount

Total Cancellations Amount

Name: TotalCancellationsAmount

SF Type: currency

Nillable: True

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

Property Value

decimal?

TotalCrossSellsAmount

Total Cross-Sells Amount

Name: TotalCrossSellsAmount

SF Type: currency

Nillable: True

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

Property Value

decimal?

TotalDownsellsAmount

Total Downsells Amount

Name: TotalDownsellsAmount

SF Type: currency

Nillable: True

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

Property Value

decimal?

TotalInitialSaleAmount

Total Initial Sale Amount

Name: TotalInitialSaleAmount

SF Type: currency

Nillable: True

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

Property Value

decimal?

TotalMrr

Total Monthly Recurring Revenue

Name: TotalMrr

SF Type: currency

Nillable: True

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

Property Value

decimal?

TotalOtherAmount

Total Other Amount

Name: TotalOtherAmount

SF Type: currency

Nillable: True

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

Property Value

decimal?

TotalQuantity

Total Quantity

Name: TotalQuantity

SF Type: double

Nillable: True

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

Property Value

double?

TotalRenewalsAmount

Total Renewals Amount

Name: TotalRenewalsAmount

SF Type: currency

Nillable: True

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

Property Value

decimal?

TotalTermsAndConditionsAmount

Total Terms And Conditions Changes Amount

Name: TotalTermsAndConditionsAmount

SF Type: currency

Nillable: True

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

Property Value

decimal?

TotalTransfersAmount

Total Transfers Amount

Name: TotalTransfersAmount

SF Type: currency

Nillable: True

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

Property Value

decimal?

TotalUpsellsAmount

Total Upsells Amount

Name: TotalUpsellsAmount

SF Type: currency

Nillable: True

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

Property Value

decimal?

Type

Type

Name: Type

SF Type: picklist

Nillable: False

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

Property Value

string