Class SfRecentlyViewed
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Recently Viewed
SObject Name: RecentlyViewed
Custom Object: False
public class SfRecentlyViewed : SObject
- Inheritance
-
SfRecentlyViewed
- Inherited Members
Properties
Alias
Alias
Name: Alias
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "alias")]
[Updateable(false)]
[Createable(false)]
public string Alias { get; set; }
Property Value
Name: Email
SF Type: email
Nillable: True
[JsonProperty(PropertyName = "email")]
[Updateable(false)]
[Createable(false)]
public string Email { get; set; }
Property Value
FirstName
First Name
Name: FirstName
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "firstName")]
[Updateable(false)]
[Createable(false)]
public string FirstName { get; set; }
Property Value
Id
Recently Viewed 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")]
[Updateable(false)]
[Createable(false)]
public bool? IsActive { get; set; }
Property Value
- bool?
Language
Language
Name: Language
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "language")]
[Updateable(false)]
[Createable(false)]
public string Language { get; set; }
Property Value
LastName
Last Name
Name: LastName
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "lastName")]
[Updateable(false)]
[Createable(false)]
public string LastName { get; set; }
Property Value
LastReferencedDate
Last Referenced Date
Name: LastReferencedDate
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "lastReferencedDate")]
[Updateable(true)]
[Createable(false)]
public DateTimeOffset? LastReferencedDate { get; set; }
Property Value
LastViewedDate
Last Viewed Date
Name: LastViewedDate
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "lastViewedDate")]
[Updateable(true)]
[Createable(false)]
public DateTimeOffset? LastViewedDate { get; set; }
Property Value
Name
Name
Name: Name
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "name")]
[Updateable(false)]
[Createable(false)]
public string Name { get; set; }
Property Value
NameOrAlias
Name or Alias
Name: NameOrAlias
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "nameOrAlias")]
[Updateable(false)]
[Createable(false)]
public string NameOrAlias { get; set; }
Property Value
Phone
Phone
Name: Phone
SF Type: phone
Nillable: True
[JsonProperty(PropertyName = "phone")]
[Updateable(false)]
[Createable(false)]
public string Phone { get; set; }
Property Value
Profile
ReferenceTo: Profile
RelationshipName: Profile
[JsonProperty(PropertyName = "profile")]
[Updateable(false)]
[Createable(false)]
public SfProfile Profile { get; set; }
Property Value
ProfileId
Profile ID
Name: ProfileId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "profileId")]
[Updateable(false)]
[Createable(false)]
public string ProfileId { get; set; }
Property Value
RecordType
ReferenceTo: RecordType
RelationshipName: RecordType
[JsonProperty(PropertyName = "recordType")]
[Updateable(false)]
[Createable(false)]
public SfRecordType RecordType { get; set; }
Property Value
RecordTypeId
Record Type ID
Name: RecordTypeId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "recordTypeId")]
[Updateable(false)]
[Createable(false)]
public string RecordTypeId { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
Title
Title
Name: Title
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "title")]
[Updateable(false)]
[Createable(false)]
public string Title { get; set; }
Property Value
Type
Type
Name: Type
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "type")]
[Updateable(false)]
[Createable(false)]
public string Type { get; set; }
Property Value
UserRole
ReferenceTo: UserRole
RelationshipName: UserRole
[JsonProperty(PropertyName = "userRole")]
[Updateable(false)]
[Createable(false)]
public SfUserRole UserRole { get; set; }
Property Value
UserRoleId
Role ID
Name: UserRoleId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "userRoleId")]
[Updateable(false)]
[Createable(false)]
public string UserRoleId { get; set; }