Class SfPromptAction
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Prompt Action
SObject Name: PromptAction
Custom Object: False
public class SfPromptAction : SObject
- Inheritance
-
SfPromptAction
- Inherited Members
Properties
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
Id
Prompt Action 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?
LastDisplayDate
Last Display Date
Name: LastDisplayDate
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "lastDisplayDate")]
public DateTimeOffset? LastDisplayDate { 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
LastResult
Last Result
Name: LastResult
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "lastResult")]
public string LastResult { get; set; }
Property Value
LastResultDate
Last Result Date
Name: LastResultDate
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "lastResultDate")]
public DateTimeOffset? LastResultDate { get; set; }
Property Value
Name
Name
Name: Name
SF Type: string
Nillable: False
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
OwnerId
Owner ID
Name: OwnerId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "ownerId")]
public string OwnerId { get; set; }
Property Value
PromptVersion
ReferenceTo: PromptVersion
RelationshipName: PromptVersion
[JsonProperty(PropertyName = "promptVersion")]
[Updateable(false)]
[Createable(false)]
public SfPromptVersion PromptVersion { get; set; }
Property Value
PromptVersionId
Prompt Version ID
Name: PromptVersionId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "promptVersionId")]
public string PromptVersionId { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
SnoozeUntil
Snooze Until
Name: SnoozeUntil
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "snoozeUntil")]
public DateTimeOffset? SnoozeUntil { get; set; }
Property Value
StepCount
Step Count
Name: StepCount
SF Type: int
Nillable: True
[JsonProperty(PropertyName = "stepCount")]
public int? StepCount { get; set; }
Property Value
- int?
StepNumber
Step Number
Name: StepNumber
SF Type: int
Nillable: True
[JsonProperty(PropertyName = "stepNumber")]
public int? StepNumber { get; set; }
Property Value
- int?
SystemModstamp
System Modstamp
Name: SystemModstamp
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "systemModstamp")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? SystemModstamp { get; set; }
Property Value
TimesActionTaken
Times Action Taken
Name: TimesActionTaken
SF Type: int
Nillable: True
[JsonProperty(PropertyName = "timesActionTaken")]
public int? TimesActionTaken { get; set; }
Property Value
- int?
TimesDismissed
Times Dismissed
Name: TimesDismissed
SF Type: int
Nillable: True
[JsonProperty(PropertyName = "timesDismissed")]
public int? TimesDismissed { get; set; }
Property Value
- int?
TimesDisplayed
Times Displayed
Name: TimesDisplayed
SF Type: int
Nillable: True
[JsonProperty(PropertyName = "timesDisplayed")]
public int? TimesDisplayed { get; set; }
Property Value
- int?
TimesSnoozed
Times Snoozed
Name: TimesSnoozed
SF Type: int
Nillable: True
[JsonProperty(PropertyName = "timesSnoozed")]
public int? TimesSnoozed { get; set; }
Property Value
- int?
User
ReferenceTo: User
RelationshipName: User
[JsonProperty(PropertyName = "user")]
[Updateable(false)]
[Createable(false)]
public SfUser User { get; set; }
Property Value
UserId
User ID
Name: UserId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "userId")]
public string UserId { get; set; }