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
AdjustmentAmount
Adjustment Amount
Name: AdjustmentAmount
SF Type: currency
Nillable: True
[JsonProperty(PropertyName = "adjustmentAmount")]
[Updateable(false)]
[Createable(false)]
public decimal? AdjustmentAmount { get; set; }
Property Value
AssetAction
ReferenceTo: AssetAction
RelationshipName: AssetAction
[JsonProperty(PropertyName = "assetAction")]
[Updateable(false)]
[Createable(false)]
public SfAssetAction AssetAction { get; set; }
Property Value
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
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
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
EndDate
End Date
Name: EndDate
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "endDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? EndDate { get; set; }
Property Value
EstimatedTax
Estimated Tax
Name: EstimatedTax
SF Type: currency
Nillable: True
[JsonProperty(PropertyName = "estimatedTax")]
[Updateable(false)]
[Createable(false)]
public decimal? EstimatedTax { 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
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
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
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
ProductAmount
Product Amount
Name: ProductAmount
SF Type: currency
Nillable: True
[JsonProperty(PropertyName = "productAmount")]
[Updateable(false)]
[Createable(false)]
public decimal? ProductAmount { get; set; }
Property Value
Quantity
Quantity
Name: Quantity
SF Type: double
Nillable: True
[JsonProperty(PropertyName = "quantity")]
[Updateable(false)]
[Createable(false)]
public double? Quantity { get; set; }
Property Value
ReferenceEntityItem
ReferenceTo: OrderItem
RelationshipName: ReferenceEntityItem
[JsonProperty(PropertyName = "referenceEntityItem")]
[Updateable(false)]
[Createable(false)]
public SfOrderItem ReferenceEntityItem { get; set; }
Property Value
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
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
StartDate
Start Date
Name: StartDate
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "startDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? StartDate { get; set; }
Property Value
Subtotal
Subtotal
Name: Subtotal
SF Type: currency
Nillable: True
[JsonProperty(PropertyName = "subtotal")]
[Updateable(false)]
[Createable(false)]
public decimal? Subtotal { 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
TransactionDate
Transaction Date
Name: TransactionDate
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "transactionDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? TransactionDate { get; set; }