Newer Version Available

This content describes an older version of this product. View Latest

PromptAction

Represents how the user interacted with the in-app guidance prompt or walkthrough. Available in API version 46.0 and later.

Use prompts and walkthroughs to display announcements, training, or news to users within the app. Choose to add an action button or link that links to a URL of your choice. Track views, action button clicks, and walkthrough completions.

Supported Calls

create(), delete(), describeSObjects(), getDeleted(), getUpdated(), query(), retrieve(), update(), upsert()

Special Access Rules

  • To add, edit, and manage prompts and walkthroughs as an admin, the Modify All Data or Customize Application permission is required.
  • To add, edit, and manage prompts and walkthroughs as a user who isn’t an admin, the Manage Prompts and View All Profiles permission is required.
  • To have more than three custom walkthroughs active at a time, purchase the Enablement add-on license and assign the Use Custom Walkthroughs permission set, which uses the Walkthroughs permission set license.

Fields

Field Details
LastDisplayDate
Type
dateTime
Properties
Create, Filter, Nillable, Sort, Update
Description
Indicates the date the in-app guidance was last displayed to the user.
LastResult
Type
picklist
Properties
Create, Filter, Group, Nillable, Restricted picklist, Sort, Update
Description
Indicates the last user interaction. Valid values are:
  • CustomAction
  • Dismiss
  • Error
  • Finish—(walkthroughs only)
  • NoAction
  • NotSeen
  • Snooze
LastResultDate
Type
dateTime
Properties
Create, Filter, Nillable, Sort, Update
Description
Indicates the date the in-app guidance was last interacted with.
Name
Type
string
Properties
Create, Filter, Group, idLookup, Sort, Update
Description
Name of the in-app guidance.
OwnerId
Type
reference
Properties
Create, Defaulted on create, Filter, Group, Sort, Update
Description
ID of the owner.
This is a polymorphic relationship field.
Relationship Name
Owner
Relationship Type
Lookup
Refers To
Group, User
PromptVersionId
Type
reference
Properties
Create, Filter, Group, Sort, Update
Description
ID of the PromptVersion object.
This is a relationship field.
Relationship Name
PromptVersion
Relationship Type
Lookup
Refers To
PromptVersion
SnoozeUntil
Type
dateTime
Properties
Create, Filter, Nillable, Sort, Update
Description
The timestamp for when the user’s snooze request expires. The user won’t see the prompt again until they navigate to the page after the snooze time expires.
StepCount
Type
int
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Indicates the total number of steps in the walkthrough. Available in API version 49.0 and later.
StepNumber
Type
int
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Indicates the number of the last step the user viewed or interacted with in a walkthrough. Maximum value is 10. Available in API version 49.0 and later.
TimesActionTaken
Type
int
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Number of times that the user took action on the in-app guidance.
TimesDismissed
Type
int
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Number of times that the user dismissed the in-app guidance.
TimesDisplayed
Type
int
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Number of times that the in-app guidance was displayed to the user.
TimesSnoozed
Type
int
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
The total number of times the user snoozes the prompt.
UserId
Type
reference
Properties
Create, Filter, Group, Sort, Update
Description
ID of the user.
This is a relationship field.
Relationship Name
User
Relationship Type
Lookup
Refers To
User

Associated Objects

This object has the following associated objects. They are available in API version 46.0 and later.

PromptActionOwnerSharingRule
Sharing rules are available for the object.
PromptActionShare
Sharing is available for the object.