Table of Contents

Class SfEmbeddedServiceDetail

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Embedded Service

SObject Name: EmbeddedServiceDetail

Custom Object: False

public class SfEmbeddedServiceDetail : SObject
Inheritance
SfEmbeddedServiceDetail
Inherited Members

Properties

AvatarImg

Avatar Image URL

Name: AvatarImg

SF Type: string

Nillable: True

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

Property Value

string

ContrastInvertedColor

Contrast Inverted Color

Name: ContrastInvertedColor

SF Type: string

Nillable: True

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

Property Value

string

ContrastPrimaryColor

Contrast Primary Color

Name: ContrastPrimaryColor

SF Type: string

Nillable: True

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

Property Value

string

CustomMinimizedComponent

Custom Minimized Component Developer Name

Name: CustomMinimizedComponent

SF Type: string

Nillable: True

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

Property Value

string

CustomPrechatComponent

Custom Prechat Component Developer Name

Name: CustomPrechatComponent

SF Type: string

Nillable: True

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

Property Value

string

DurableId

Embedded Service Durable ID

Name: DurableId

SF Type: string

Nillable: True

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

Property Value

string

FieldServiceConfirmCardImg

Field Service Confirmation Card Image URL

Name: FieldServiceConfirmCardImg

SF Type: string

Nillable: True

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

Property Value

string

FieldServiceHomeImg

Field Service Home Image URL

Name: FieldServiceHomeImg

SF Type: string

Nillable: True

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

Property Value

string

FieldServiceLogoImg

Field Service Logo Image URL

Name: FieldServiceLogoImg

SF Type: string

Nillable: True

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

Property Value

string

Font

Font

Name: Font

SF Type: string

Nillable: True

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

Property Value

string

FontSize

Font Size

Name: FontSize

SF Type: picklist

Nillable: True

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

Property Value

string

Height

Height

Name: Height

SF Type: int

Nillable: True

[JsonProperty(PropertyName = "height")]
[Updateable(false)]
[Createable(false)]
public int? Height { get; set; }

Property Value

int?

Id

Embedded Service ID

Name: Id

SF Type: id

Nillable: False

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

Property Value

string

IsFieldServiceEnabled

Enabled

Name: IsFieldServiceEnabled

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isFieldServiceEnabled")]
[Updateable(false)]
[Createable(false)]
public bool? IsFieldServiceEnabled { get; set; }

Property Value

bool?

IsLiveAgentEnabled

Enabled

Name: IsLiveAgentEnabled

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isLiveAgentEnabled")]
[Updateable(false)]
[Createable(false)]
public bool? IsLiveAgentEnabled { get; set; }

Property Value

bool?

IsOfflineCaseEnabled

Offline Case Enabled

Name: IsOfflineCaseEnabled

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isOfflineCaseEnabled")]
[Updateable(false)]
[Createable(false)]
public bool? IsOfflineCaseEnabled { get; set; }

Property Value

bool?

IsPrechatEnabled

Pre-Chat Enabled

Name: IsPrechatEnabled

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isPrechatEnabled")]
[Updateable(false)]
[Createable(false)]
public bool? IsPrechatEnabled { get; set; }

Property Value

bool?

IsQueuePositionEnabled

Queue Position Enabled

Name: IsQueuePositionEnabled

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isQueuePositionEnabled")]
[Updateable(false)]
[Createable(false)]
public bool? IsQueuePositionEnabled { get; set; }

Property Value

bool?

NavBarColor

NavBar Color

Name: NavBarColor

SF Type: string

Nillable: True

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

Property Value

string

NavBarTextColor

NavBar Text Color

Name: NavBarTextColor

SF Type: string

Nillable: True

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

Property Value

string

OfflineCaseBackgroundImg

Offline Case Background Image URL

Name: OfflineCaseBackgroundImg

SF Type: string

Nillable: True

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

Property Value

string

PrechatBackgroundImg

Pre-Chat Background Image URL

Name: PrechatBackgroundImg

SF Type: string

Nillable: True

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

Property Value

string

PrimaryColor

Primary Color

Name: PrimaryColor

SF Type: string

Nillable: True

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

Property Value

string

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string

SecondaryColor

Secondary Color

Name: SecondaryColor

SF Type: string

Nillable: True

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

Property Value

string

SecondaryNavBarColor

Secondary NavBar Color

Name: SecondaryNavBarColor

SF Type: string

Nillable: True

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

Property Value

string

ShouldHideAuthDialog

Hide Authentication Dialog

Name: ShouldHideAuthDialog

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "shouldHideAuthDialog")]
[Updateable(false)]
[Createable(false)]
public bool? ShouldHideAuthDialog { get; set; }

Property Value

bool?

ShouldShowExistingAppointment

Show Existing Appointment

Name: ShouldShowExistingAppointment

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "shouldShowExistingAppointment")]
[Updateable(false)]
[Createable(false)]
public bool? ShouldShowExistingAppointment { get; set; }

Property Value

bool?

ShouldShowNewAppointment

Show New Appointment

Name: ShouldShowNewAppointment

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "shouldShowNewAppointment")]
[Updateable(false)]
[Createable(false)]
public bool? ShouldShowNewAppointment { get; set; }

Property Value

bool?

Site

Site

Name: Site

SF Type: string

Nillable: True

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

Property Value

string

SmallCompanyLogoImg

Small Company Logo Image URL

Name: SmallCompanyLogoImg

SF Type: string

Nillable: True

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

Property Value

string

WaitingStateBackgroundImg

Waiting State Background Image URL

Name: WaitingStateBackgroundImg

SF Type: string

Nillable: True

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

Property Value

string

Width

Width

Name: Width

SF Type: int

Nillable: True

[JsonProperty(PropertyName = "width")]
[Updateable(false)]
[Createable(false)]
public int? Width { get; set; }

Property Value

int?