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:
Customer Portal
Resolution:
Click the next to the appropriate heading below to expand that section for viewing.
By default, on the Account > Support History page, end-users can only view incidents they submit. If the contact record is associated to an organization, the default configuration does not allow the end-user the ability to view and access incidents from other contacts associated to the same organization.
However, you can configure your end-user pages to allow contacts the ability to access incidents from other contacts associated to the same organization. In order for the contact to be able to view incidents from other contacts, the contact record must be associated with an organization record. For more information on relating a contact record to an organization, refer to Answer ID 1761: Associating a Contact to an Organization Record.
Also, if you are using the organization hierarchy feature, you can allow contacts to view incidents from contacts associated with sub-organizations that are lower in the hierarchy tree. For more information on the organization hierarchy feature, refer to Answer ID 2179: Using the Organization Hierarchy.
The specific steps to configure your end-user pages to allow contacts to access incidents for other contacts depend on which end-user pages are enabled for your site. Click the next to the appropriate heading below to expand that section for viewing.
Customer Portal Framework version 3.0 (CPv3)
Migrating to Customer Portal Framework version 3.0 (CPv3) is available starting with the Oracle B2C Service November 2012 release.
To place the option on the /accounts/questions/list page directly:
1. Edit the page at /cp/customer/development/views/pages/account/questions/list.php.
2. Locate the following line of code.
<div class="rn_PageContent rn_Container">
3. Type the following code just above the line you located in step two.
<rn:widget path="search/OrgList" search_on_select="true" />
4. Save the file.
5. Login to the administrator portal, https://<site_name>/ci/admin.
6. Set environment to Development.
7. Login with a contact record assigned to an organization that has incidents submitted by other contacts within that organization.
8. Select "From anyone in my Organization" or "From my Organization and all subsidiaries".
9. Hit Search.
10. See expected results.
11. Stage > the changes to your staging area.
12. Verify the functionality is what you want.
13. Promote changes to production.
14. Test in Production environment to verify correct look and feel as well as behavior.
Customer Portal Page set version 2, November 2009 and later releases
In the CP pages, the OrgList2 widget displays a dropdown menu that allows the user to search for incidents associated to their own record or for incidents associated with other contacts in their organization or organization subsidiaries. The MYQ_VIEW_ORG_INCIDENTS config setting must be set to a value equal to or higher than the display_type attribute used with the widget. When the OrgList2 widget is used, a menu field labeled Organization Type is added to the page and allows users to select which incidents are available for searching based on the associated organization and sub-organizations.
Note: The Organization Type field only displays if the contact record is associated to an organization record. That is, if Jim's record is associated to an organization and Sam's record is not, the Organization Type field only displays for Jim when he is logged in.
With the OrgList2 widget, the display_type attribute specifies what incidents can be viewed by the end-user that is logged in.
Adding the Organization Type field to the Advanced Search area: Within the Customer Portal pages, the AdvancedSearchDialog widget defines the basic and advanced search functionality on the My Account Questions pages. The account/questions/list.php files references the AdvancedSearchDialog widget
In order to add the Organization Type menu to the advanced search area on the My Account pages, you must do the following: