Context inputs in Recommended Actions
Summarize
Summary of Context Inputs in Recommended Actions
A context input allows you to associate various entities with a context, ensuring that recommendations are dynamically updated as the context evolves. It enhances the relevance of recommendations and operational efficiency by enabling real-time updates, such as user selections and additional table records. You can create context inputs from the Context inputs related list in the Context form, supporting multiple active contexts.
Show less
Key Features
- Supports multiple data types: String, List, Integer, Long, Choice, True/False, Reference, Reference dot walked, Sys ID.
- Creation of context inputs is done through the Context form; however, you cannot create them for contexts with a defined parent context.
- Context inputs can be mapped to various components, such as default search terms, rules, recommendations, and resource generators.
- JSON-format of context inputs can be added to the Recommended Actions component for UI Builder record pages.
- Mandatory context inputs must be set in the UIB; otherwise, recommendations will not be generated.
Key Outcomes
By configuring context inputs, you can refine recommendations and support operational processes more effectively. However, be mindful of the limitations: you can either define a parent context or configure context inputs, but not both simultaneously. Changes to parent contexts can impact child contexts, potentially breaking inherited rules and recommendations.
A context input enables you to associate entities beyond just the context table with a context ensuring that recommendations are updated dynamically as the context evolves.
- String
- List
- Integer
- Long
- Choice
- True- false
- Reference
- Reference dot walked
- Sys id
Configuring a context using a context input
- Creating a context input. For more information on how to create a context input, see Create a context input in Recommended Actions.Note:
- If a context has a parent context defined, you can’t create context inputs for it.
- You can have multiple active context inputs simultaneously.
- Mapping the context input to the following according to your requirement:
- default search term by adding it in the Contextual AI Search Config section on Context form.
- rules by using it in the condition builder on Rules form.
- recommendations by adding it in fields of the Action inputs section on Recommendations form.
- resource generators by adding it in the fields of Generator inputs section on Resource Generators form.
- Adding the JSON-format of the context inputs to the Recommended Actions component for the required record pages in the UI Builder. For more information, see Configuring Recommended Actions UIB component for context inputs.
The context inputs appear along with the context table in the appropriate fields of Rule, Recommendation and Resource generator forms so that you can include the data other than that of the context table to update the recommendations.
Configuring Recommended Actions UIB component for context inputs
As an RA author or admin, you must add the JSON-format of the context inputs in the Context input field of Recommended Actions UIB component of a record page to pass the values. You can get the JSON-format of the context input by selecting the Copy input JSON button on the Context input related list in the Context form. The JSON-format includes all the active context inputs. When a context input is deleted or deactivated after configuring the Recommended Actions UIB component, an empty value is passed for these context inputs in UIB from the upcoming iterations.
Context Input configuration limitations
- You can either define a parent context or configure context inputs for a context.
- When context inputs are defined for a parent content, then it's rules and recommendations cannot be inherited by its child contexts. In other words, the parent context does not appear in the Parent context field of the Child context.
- To define context inputs for a context which has a parent context defined already, delete the parent context in the Parent context field so that the Context inputs related list appears. And in the Context inputs related list, select the New button to create context inputs.
- When a context input is defined for a parent context which has a child context associated, then the parent-child context link is broken. In the child context, the inherited rules and recommendations will be removed from the Inherited Rules and Recommendations related list respectively.