Class SfPricebookEntry
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Price Book Entry
SObject Name: PricebookEntry
Custom Object: False
public class SfPricebookEntry : SObject
- Inheritance
-
SfPricebookEntry
- Inherited Members
Properties
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
Id
Price Book Entry ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
IsActive
Active
Name: IsActive
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isActive")]
public bool? IsActive { get; set; }
Property Value
- bool?
IsArchived
Archived
Name: IsArchived
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isArchived")]
[Updateable(false)]
[Createable(false)]
public bool? IsArchived { get; set; }
Property Value
- bool?
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
Name
Product Name
Name: Name
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "name")]
[Updateable(false)]
[Createable(false)]
public string Name { get; set; }
Property Value
Pricebook2
ReferenceTo: Pricebook2
RelationshipName: Pricebook2
[JsonProperty(PropertyName = "pricebook2")]
[Updateable(false)]
[Createable(false)]
public SfPricebook2 Pricebook2 { get; set; }
Property Value
Pricebook2Id
Price Book ID
Name: Pricebook2Id
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "pricebook2Id")]
[Updateable(false)]
[Createable(true)]
public string Pricebook2Id { get; set; }
Property Value
Product2
ReferenceTo: Product2
RelationshipName: Product2
[JsonProperty(PropertyName = "product2")]
[Updateable(false)]
[Createable(false)]
public SfProduct2 Product2 { get; set; }
Property Value
Product2Id
Product ID
Name: Product2Id
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "product2Id")]
[Updateable(false)]
[Createable(true)]
public string Product2Id { get; set; }
Property Value
ProductCode
Product Code
Name: ProductCode
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "productCode")]
[Updateable(false)]
[Createable(false)]
public string ProductCode { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
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
UnitPrice
List Price
Name: UnitPrice
SF Type: currency
Nillable: False
[JsonProperty(PropertyName = "unitPrice")]
public decimal? UnitPrice { get; set; }
Property Value
UseStandardPrice
Use Standard Price
Name: UseStandardPrice
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "useStandardPrice")]
public bool? UseStandardPrice { get; set; }
Property Value
- bool?