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.
How can I prevent new incidents from being submitted via the Answer Feedback page?
Environment:
Answer Feedback, Message Bases Oracle B2C Service
Issue:
We recently turned on the feature that allows end-users to provide feedback on our published answers. We have already had a number of customers using the feedback feature to submit new incidents instead. We would like to stop this from happening.
Resolution:
There is no way to ensure that new assistance requests are not submitted via the answer feedback option. Since the form allows free-form text, the end-user always has the opportunity to submit new questions within the form. However, there are a few of options you can consider in order to minimize how frequently this occurs.
By modifying the message bases that are used with the Answer Feedback page, you can discourage end-users from submitting new questions through this page. However, HTML is not allowed in most message bases, so minimal formatting is available.
To find and modify these message bases, use the path: Configuration > Site Configuration > Message Bases > Search by Key or Text
As examples:
IS_THIS_ANSWER_HELPFUL_LBL The default text of, "Is this answer helpful?" could be changed to, "Was this answer helpful? Please provide feedback on the contents here." RATING_SUBMITTED_PLS_TELL_ANS_MSG The default text of, "Your rating has been submitted, please tell us how we can make this answer more useful." could be changed to, "Your rating has been submitted, please tell us how we can make this answer more useful. Answer Feedback is routed to our Knowledge Base Team so published content can be reviewed. If you would like to contact our Support Team please submit your issue from our Ask a Question page."
This allows an administrator to modify the message base. They might want to include instructions to the user to go to the Ask a Question tab if they need a response to a question.
For more information on editing message bases, refer to Answer ID 383: Determining Which Message Base to Edit.
Another option to encourage only feedback about the answer is that when the answer feedback is submitted, you can create a standard response and a workflow rule so that a response is sent to the end-user thanking them for their feedback and informing them that feedback will be evaluated with regard to the answer.
You can include in the response that if they require an answer to their question, they must submit an incident through the Ask a Question page. Depending on your internal processes, you may soften the content of the standard response by state the 'preferred method' for receiving support is by submitting the question through the Ask a Question page instead of the feedback page.
To do this, use the steps below:
If you find that most of the feedback you get is really a new incident and that you are not getting true feedback about the content of your answers, consider disabling the feedback page entirely. Within Customer Portal, you must edit the detail.php page and remove reference to the AnswerFeedback widget.
To do this, refer to the 'Remove Answer Feedback from the Answer Details Page' section in online documentation for the version your site is running.
You can allow customers to still submit Feedback on an Answer but not have the Feedback create an incident.
The AnswerFeedback widget by default will pop up a form to allow the customer to enter in further details regarding their feedback, when a rating level is below a certain threshold value. To disable this, you will need to change the AnswerFeedback widget code in your Answer detail.php page to reflect a dialog_threshold attribute of 0:
Example: <rn:widget path="feedback/AnswerFeedback" dialog_threshold=0 />
This will still allow customers to provide Answer feedback but will prevent an incident from being created.
For more information, refer to the 'Change the Rating Threshold' in online documentation for the version your site is running. To access Oracle B2C Service manuals and documentation online, refer to the Documentation for Oracle B2C Service Products.