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
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
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
Amount
Amount
Name: Amount
SF Type: currency
Nillable: False
[JsonProperty(PropertyName = "amount")]
[Updateable(false)]
[Createable(false)]
public decimal? Amount { get; set; }
Property Value
Asset
ReferenceTo: Asset
RelationshipName: Asset
[JsonProperty(PropertyName = "asset")]
[Updateable(false)]
[Createable(false)]
public SfAsset Asset { get; set; }
Property Value
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
AssetId
Asset ID
Name: AssetId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "assetId")]
[Updateable(false)]
[Createable(false)]
public string AssetId { get; set; }
Property Value
CategoryEnum
Business Category
Name: CategoryEnum
SF Type: picklist
Nillable: False
[JsonProperty(PropertyName = "categoryEnum")]
[Updateable(false)]
[Createable(false)]
public string CategoryEnum { 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
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
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
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
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
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
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
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
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
SystemModstamp
System Modstamp
Name: SystemModstamp
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "systemModstamp")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? SystemModstamp { get; set; }
Property Value
TotalAmount
Total Amount
Name: TotalAmount
SF Type: currency
Nillable: True
[JsonProperty(PropertyName = "totalAmount")]
[Updateable(false)]
[Createable(false)]
public decimal? TotalAmount { get; set; }
Property Value
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
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
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
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
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
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
TotalQuantity
Total Quantity
Name: TotalQuantity
SF Type: double
Nillable: True
[JsonProperty(PropertyName = "totalQuantity")]
[Updateable(false)]
[Createable(false)]
public double? TotalQuantity { get; set; }
Property Value
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
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
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
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
Type
Type
Name: Type
SF Type: picklist
Nillable: False
[JsonProperty(PropertyName = "type")]
[Updateable(false)]
[Createable(false)]
public string Type { get; set; }