Guidances in Recommended Actions
A guidance is an action that an agent can take or information that an agent can share as they work to resolve tasks, such as customer service cases.
Guidances appear as cards in the contextual side panel in a workspace. Agents can access these guidance cards by selecting the Recommended Actions icon in the contextual side panel. Agents can then perform the actions by selecting a button on a card.
| Guidance | Description |
|---|---|
| Apply resolution from a solved case | Applies the resolution from an existing solved case. |
|
Attach and share article |
Enables the agent to attach a knowledge article to a case and share the article with the customer. |
| Communicate workaround | Communicates a workaround to the customer. |
| Copy resolution notes | Copies the resolution notes from the recommended case to the current case. |
| Create work order | Creates a work order for a case. |
|
Default guidance for search results |
Default guidance that can be used for any search sources that don't have dedicated mapped guidances. For more information, see the following topics: .
|
| Link case | Links the current case as a child of the recommended case. |
| Link case to existing defect | Links a case to an existing defect. |
| Open collab chat | Opens the collaboration chat modal. |
| Propose major issue | Proposes the current case as a major case. |
| Propose resolution | Proposes a resolution for a case. |
| Read message to customer | Directs the agent to read a message to the customer. |
| Reassign case | Reassigns the case to a different assignment group. |
| Review and attach article | Enables the agent to review and attach a knowledge article to a case. |
|
Share KB in chat interactions |
Shares a knowledge article in the chat window in an interaction record. |
| Similar major case | Displays similar major cases. |
Attaching and sharing knowledge articles
Agents can use two different guidances to view and attach knowledge articles to task records and chat interaction records and share articles with customers.
| Guidance | Description |
|---|---|
| Attach and share article | This guidance recommends knowledge articles to an agent who is working on a task, such as a case record. The guidance displays relevant articles and enables the agent to select an article and share it in a
comment, a work note, or an email:
|
| Share KB in chat interactions | This guidance recommends knowledge articles to an agent who is working on a chat interaction. The guidance displays relevant articles and enables the agent to select an article and share it in the chat conversation using Add link in message feature. |
Configuring Recommended Actions guidances
Recommended Actions is a component that you can add to a record page in UI Builder. You can find information about configuring the Recommended Actions component, including the properties and events, in the Next Experience Components documentation.
- Select which type of experience to uptake on a record page: modal or modeless dialog.
- Select which of the guidance actions to show or hide.
- Order the guidance actions to determine the primary action (displayed as a button on the guidance card) and secondary actions (displayed on the overflow menu).
The Recommended Action Specific Configuration property is available in the Configure tab of the Recommended Actions component and includes expandable sections for each guidance.
Access to internal field values for predicted records
When accessing data for a predicted record within the Recommended Actions framework, the system provides the internal field values, in addition to display values, through standard guidance inputs. The system does so without requiring data brokers or custom scripts. By enabling direct access to internal values, the framework can support more complex logic, reduce performance bottlenecks, and verify consistent UI behavior across languages.
- When the catalog item type field is used in a catalog item prediction, the system returns the internal value (for example, the catalog item or order guide) along with the sys_id.
- When the catalog item type field is accessed in a translated environment, the system relies on the internal field value instead of the display value to verify the language settings do not affect condition fulfillment.
- When custom guidance logic is applied to a predicted incident with a specified state, the system accesses the internal value of the incident’s state field directly.
- When the state field is required for custom actions like linking an incident as a parent or copying resolution notes, the internal value should be accessible without causing UI performance issues or delays.