Class SfLightningOnboardingConfig
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Lightning Onboarding Config
SObject Name: LightningOnboardingConfig
Custom Object: False
public class SfLightningOnboardingConfig : SObject
- Inheritance
-
SfLightningOnboardingConfig
- Inherited Members
Properties
CollaborationGroup
ReferenceTo: CollaborationGroup
RelationshipName: CollaborationGroup
[JsonProperty(PropertyName = "collaborationGroup")]
[Updateable(false)]
[Createable(false)]
public SfCollaborationGroup CollaborationGroup { get; set; }
Property Value
CollaborationGroupId
Collaboration Group ID
Name: CollaborationGroupId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "collaborationGroupId")]
public string CollaborationGroupId { get; set; }
Property Value
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
CustomQuestion
Custom Question
Name: CustomQuestion
SF Type: textarea
Nillable: True
[JsonProperty(PropertyName = "customQuestion")]
public string CustomQuestion { get; set; }
Property Value
DeveloperName
Name
Name: DeveloperName
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "developerName")]
public string DeveloperName { get; set; }
Property Value
FeedbackFormDaysFrequency
Feedback Form Days Frequency
Name: FeedbackFormDaysFrequency
SF Type: int
Nillable: True
[JsonProperty(PropertyName = "feedbackFormDaysFrequency")]
public int? FeedbackFormDaysFrequency { get; set; }
Property Value
- int?
Id
Lightning Onboarding Config ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
IsCustom
Is Custom
Name: IsCustom
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isCustom")]
public bool? IsCustom { 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?
Language
Master Language
Name: Language
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "language")]
public string Language { get; set; }
Property Value
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
MasterLabel
Label
Name: MasterLabel
SF Type: string
Nillable: False
[JsonProperty(PropertyName = "masterLabel")]
public string MasterLabel { get; set; }
Property Value
PromptDelayTime
Prompt Delay Time
Name: PromptDelayTime
SF Type: int
Nillable: True
[JsonProperty(PropertyName = "promptDelayTime")]
public int? PromptDelayTime { get; set; }
Property Value
- int?
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
SendFeedbackToSalesforce
Send Feedback To Salesforce
Name: SendFeedbackToSalesforce
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "sendFeedbackToSalesforce")]
public bool? SendFeedbackToSalesforce { get; set; }
Property Value
- bool?
SystemModstamp
System Modstamp
Name: SystemModstamp
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "systemModstamp")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? SystemModstamp { get; set; }