Search for existing answers to your product and support questions.
Familiarize yourself with our support site and learn best practices in working with our team.
Manage Service Requests, View and update service requests submitted by you and others in your organization.
Submit a new issue to our technical support team.
Oracle B2C Service insights from our Technical Support team subject matter experts
Browse resources to assist you in launching your implementation and ensure a successful go-live.
Access your OCI account.
Find product documentation for supported versions of B2C and documentation libraries for related service solutions.
You will have the tools to improve your customers' experience when you learn about all the things our products can do.
Find links for API documentation, Custom Processes, Customer Portal, and Agent Browser UI Extensibility Framework.
Explore how accelerators are designed to demonstrate how an integration scenario could be built using the public integration and extension capabilities of the Oracle B2C Service.
Prepare for a successful transition by reviewing upcoming release changes and enhancements.
Explore webinars, events, and feature kits to learn about B2C Service features, functionality, and best practices from the technical experts.
Oracle MyLearn offers a portfolio of free and paid subscription-based learning resources to help you gain valuable skills, accelerate cloud adoption, increase productivity, and transform your business.
Empower your team with the skills to implement, configure, manage, and use your applications with Customer Experience Cloud Training.
Our goal is to facilitate a friendly, supportive environment where members can easily collaborate with each other on solutions and best practices.
Ask and answer questions specific to B2C.
This is an exciting resource intended to help with your Oracle Service Cloud Analytics.
Share product improvement ideas and enhancement requests with Oracle Development, while collaborating with other Oracle customers and partners.
Update your phone number, email notification preferences, and severity 1 and severity 2 contact preferences.
View the contact managers within your organization.
Find contact information of the Technical Account Manager (TAM) and Client Success Manager (CSM) for your organization.
Environment:
SmartAssistant Suggested Solutions, Business Rules, Ask a Question
Resolution:
Before the incident is created, we would like the application to display relevant answers for the submitter to review.
You can configure your Oracle B2C Service site so that when end-users submit an incident from your Ask A Question page, the application evaluates the text in the question and determines the answers that best match. Then, these suggested answers are displayed to the end-user for their consideration. If the suggested answers do not resolve the issue, the end-user can then continue submitting the incident.
By configuring your site this way, you provide one last opportunity for end-users to resolve their own issues before submitting the incident to your support staff.
When configuring your site to suggest answers for Ask a Question requests, you have two options:
If you wish to customize the content that is displayed to your end-users, you must use option 2 as well.
Incidents submitted via email: To include suggested solutions with incoming email requests sent to a mailbox, you must first create a standard text response to append to the incident response. Then you must create a rule to append the standard response to the incident.
The Append SmartAssistant Response to Response Field option when creating business rules does not work if the incident comes into the system via email. Since the incident is submitted to a mailbox, there is no way to provide suggested solutions before the email is processed and becomes an incident. Instead you must create your own response and append it using a rule.
Number of solutions suggested: When configuring suggested solutions, you can define the maximum number of answers that can be suggested. The SA_NL_MAX_SUGGESTIONS configuration setting specifies the maximum number of SmartAssistant solutions that are suggested.
Select Configuration from the navigation area > Site Configuration > Configuration Settings > and search by Key
When using suggested solutions, you can also restrict the suggested answers to be from the same product or category as the incident that is submitted. For more information on doing this, refer to Answer ID 1053: Restricting Suggested Solutions by Product or Category.
The most direct way to suggest answers to end-users when they submit an incident through the Ask a Question page is to create a rule that includes the action Append SmartAssistant Response to Response Field.
This approach uses system-defined content to display the suggested solutions. When the end-user submits the Ask a Question request, if there are answers in the knowledge base that closely match the content of the incident, the user sees a screen that says:
Preliminary Response to Question The following answers may be relevant to your question:
This heading is followed with links to the suggested answers along with a button that allows the user to submit the incident if the suggestions did not answer their question. If you wish to customize the content that displays to your end-user, you must create a custom standard text and use the approach described in the section below.
Rule configuration: To create a rule that displays suggested solutions to your end-users, configure the rule as defined below for the appropriate release. (Documentation about Business Rules.)
To edit the incident rules in .NET console, use the path: Configuration > Site Configuration, select Rules. From the ribbon click on Incident and then click the Edit button. Once you have updated the rules, be sure to compile and activate them for use.
To edit the incident rules in BUI console, use the path: Configuration > Site Configuration, select Rules. From the Business Rules Selector click on Incident and then click the Edit Rules button. Once you have updated the rules, be sure to save and deploy them for use.
There are two distinct incident sources that can be enabled for the rule.
In the IF part of the rule, you can use one source or the other or you can enable both sources if you want the solutions to display both during the submittal process AND to be appended to the incident. In the THEN part of the rule, include the action Append SmartAssistant Response to Response Field.
For example, to only display the suggested solutions during the submittal process, configure the rule to look like:
IF Incident Source equals End-User Pages: SmartAssistant on Ask a Question THEN Add Action > Append Thread > Append SmartAssistant Response to Response Field
In this case, if you also want to append the solutions to the incident response field, then enable both the SmartAssistant on Ask a Question AND the Ask a Question box in the Incident Source field in the rule.
When using this approach, with both sources enabled, the suggested solutions display both during the submittal process AND the solutions are appended to the incident thread.
When configuring your site to suggest solutions to your users, you can customize the content that displays on the page with the suggested solutions. For example, you can include a bolded statement to instruct users that they have not yet submitted their request and that they must still click the Finish Submitting button.
To customize the message that displays with the suggested solutions, you must create a standard text response and then use a rule to append that standard response to the response thread of the incident.
To create a standard text, use the path Configuration > Service > Standard Text.
To include links to suggested answers from your knowledge base in your standard response, you must append the SmartAssistant Solutions variable in the standard text response. The variable displays as $SOLUTIONS within the standard response.
NOTE: Where an HTML value does not exist, the Text content will be used.
For example, you could use the following content in the HTML field so that it displays immediately to the end-user when submitting the Ask a Question request:
These answers were automatically selected for your consideration. If your issue is addressed in our public answers, the solution link should be listed below. If no solutions are listed or the solutions do not match your issue, then there were no public Answers matching your issue. <br /><br /> <b>Click the Finish Submitting Question button below to submit your issue to our support staff. </b> <br /><br /> $SOLUTIONS
Rule configuration: When configuring the rule, the THEN part of the rule includes the action Append Response Template to Response field.
If the standard text is also supposed to be sent to the end-user, include the action Email > Send Email Response to Sender.