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:
Answers, Subscribers
Resolution:
To view a comprehensive list of which answers have subscribers and how many people have subscribed to each answer, you can either create a custom report that includes answer notification fields or use the standard reports mentioned at the bottom here.
Note: For more information on creating custom reports, refer to
For example, a custom report using the fields below in the Output columns lists the subscribers to all answers in your site.
You can include the Answers Notification table (ans_notif) when creating a custom report. The simple report below provides the answer ID, the answer summary, and the email address of the contact that is subscribed to that answer.
You could use the aggregate Count function to count the number of email addresses subscribed to each answer.
From the data dictionary, drag and drop the following fields as output columns:
ans_notif.a_id answers.summary contacts.email
The application will create inner joins between the data tables. You can manually create the joins between tables by clicking Properties > Data Set. In the pop-up window, click Select Table to add the Answers Notifications table. Then join the Answers table and the Contacts table to the Answers Notifications table.
There are default Answer Notification reports you can also use. They are located under \Public Reports\Service\Site Reports\Answer Notifications. Their report ID(s) is: 1, 2, 3.
The Answer Notification reports display the number of end-users who have subscribed to the answers listed in the report within the time period specified when generating the report. From the report, you can then drill down to view the list of specific customers and email addresses for the answer. This report includes individual answer notifications and product and category notifications.
The Answer Notification reports allows you to determine which answers, products, and categories your customers are most interested in for the time period specified. For example, you can generate the report for different months to determine if interest in specific answers is increasing or declining.
Additionally, the default report Answer Subscribers Report (Report ID 157), located under \Public Reports\Service\Site Reports\Answer Notifications, displays a list of contacts that have subscribed to an answer, filtered by Answer ID.