Class SfLeadShare
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Lead Share
SObject Name: LeadShare
Custom Object: False
public class SfLeadShare : SObject
- Inheritance
-
SfLeadShare
- Inherited Members
Properties
Id
Lead Share 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
Lead
ReferenceTo: Lead
RelationshipName: Lead
[JsonProperty(PropertyName = "lead")]
[Updateable(false)]
[Createable(false)]
public SfLead Lead { get; set; }
Property Value
LeadAccessLevel
Lead Access
Name: LeadAccessLevel
SF Type: picklist
Nillable: False
[JsonProperty(PropertyName = "leadAccessLevel")]
[Updateable(false)]
[Createable(true)]
public string LeadAccessLevel { get; set; }
Property Value
LeadId
Lead ID
Name: LeadId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "leadId")]
[Updateable(false)]
[Createable(true)]
public string LeadId { get; set; }
Property Value
RowCause
Row Cause
Name: RowCause
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "rowCause")]
[Updateable(false)]
[Createable(true)]
public string RowCause { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
UserOrGroupId
User/Group ID
Name: UserOrGroupId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "userOrGroupId")]
[Updateable(false)]
[Createable(true)]
public string UserOrGroupId { get; set; }