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:
Service Level Agreements, Customer Portal pages Oracle B2C Service
Issue:
We want to enable Chat in Customer Portal, but want to make it available to only specific customers. Can we do that, and/or do so with the Answers and Ask a Question pages as well?
Resolution:
Using Service Level Agreements ("SLAs"), you can configure your Customer Portal pages so that only certain end-users can access specific pages and functions. For example, you can configure your site so that only a select set of end-users can access the Ask a Question page to submit incidents. Similarly, you can restrict access to the Answers and Chat pages. You can also restrict users from submitting incidents via email sent to a configured mailbox.
Example Overview of Configuration Steps: If you wish to restrict access to the Ask a Question page to specific customers, use the steps below:
Similarly, you can allow only specific contacts or organizations to submit incidents via email or have chat session or even access the end-user pages.
Configuring the SLA: When you create the SLA, specific fields in the SLA correspond to which features the end-user can access. For the incident fields, you can set the value to be blank which allows unlimited incidents to be submitted or you can set the field to a value greater than 0 to allow a specific number of incidents to be submitted via that channel.
The fields to define when creating an SLA are:
Configuring the end-user pages to require an SLA:
In the Customer Portal pages, to require an SLA to access a page, you must include the sla_required_type attribute in the meta tag for the appropriate file. The available options include "chat", "incident", and "selfservice".
For further information, refer to the online documentation for Require an SLA on the Ask a Question page. In addition, within the Customer Portal administration area you can find the list of all page meta tags and their parameters; you can find out more about the administration area in the Customer Portal documentation for your version, available from Technical Documentation and Sample Code. A staff account with CP Edit permission may be used to go to the administration area and then select Framework > Page Meta Tags.
With the sla_required_type attribute added to the meta tag, the contact must have a valid SLA allowing interactions of that type associated to either their contact or organization record in order to access the page.
Notes:
Here are some further considerations.
Hide Navigation tabs: In addition to customizing the file for the page to indicate that an SLA is required, you must also modify the templates so that the proper navigation tabs display for the contact that is logged in. For an example, refer to Set an SLA Condition for Displaying Page Content. The necessary conditional tags are documented in the framework documentation, again accessible from the Customer Portal administration area but this time under Page Tags instead of Page Meta Tags.
Evaluate the Support Home page: When restricting access to specific pages, if the Support Home page is enabled, review the home.php file. Consider editing home.php to remove reference to features that your general audience cannot access.
Enable privileged access to restrict answers on a per-answer basis. With respect to the answer list and detail pages, the information above applies to hiding or showing all answers for certain users. If you want to use SLAs to restrict user access on a per-answer basis, then instead of setting the requirement at the page level as in this scenario you may refer to the documentation or Answer 1838: Setting up privileged access.