Table of Contents

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

string

Email

Email

Name: Email

SF Type: email

Nillable: True

[JsonProperty(PropertyName = "email")]
[Updateable(false)]
[Createable(false)]
public string Email { get; set; }

Property Value

string

FirstName

First Name

Name: FirstName

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "firstName")]
[Updateable(false)]
[Createable(false)]
public string FirstName { get; set; }

Property Value

string

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

string

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

string

LastName

Last Name

Name: LastName

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "lastName")]
[Updateable(false)]
[Createable(false)]
public string LastName { get; set; }

Property Value

string

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

DateTimeOffset?

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

DateTimeOffset?

Name

Name

Name: Name

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "name")]
[Updateable(false)]
[Createable(false)]
public string Name { get; set; }

Property Value

string

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

string

Phone

Phone

Name: Phone

SF Type: phone

Nillable: True

[JsonProperty(PropertyName = "phone")]
[Updateable(false)]
[Createable(false)]
public string Phone { get; set; }

Property Value

string

Profile

ReferenceTo: Profile

RelationshipName: Profile

[JsonProperty(PropertyName = "profile")]
[Updateable(false)]
[Createable(false)]
public SfProfile Profile { get; set; }

Property Value

SfProfile

ProfileId

Profile ID

Name: ProfileId

SF Type: reference

Nillable: True

[JsonProperty(PropertyName = "profileId")]
[Updateable(false)]
[Createable(false)]
public string ProfileId { get; set; }

Property Value

string

RecordType

ReferenceTo: RecordType

RelationshipName: RecordType

[JsonProperty(PropertyName = "recordType")]
[Updateable(false)]
[Createable(false)]
public SfRecordType RecordType { get; set; }

Property Value

SfRecordType

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

string

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string

Title

Title

Name: Title

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "title")]
[Updateable(false)]
[Createable(false)]
public string Title { get; set; }

Property Value

string

Type

Type

Name: Type

SF Type: picklist

Nillable: True

[JsonProperty(PropertyName = "type")]
[Updateable(false)]
[Createable(false)]
public string Type { get; set; }

Property Value

string

UserRole

ReferenceTo: UserRole

RelationshipName: UserRole

[JsonProperty(PropertyName = "userRole")]
[Updateable(false)]
[Createable(false)]
public SfUserRole UserRole { get; set; }

Property Value

SfUserRole

UserRoleId

Role ID

Name: UserRoleId

SF Type: reference

Nillable: True

[JsonProperty(PropertyName = "userRoleId")]
[Updateable(false)]
[Createable(false)]
public string UserRoleId { get; set; }

Property Value

string