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:
Escalation, Business Rules, All versionsOracle B2C Service
Resolution:
Business rules to Escalate records need to be configured from Configuration > Site Configuration > Rules. See these sections in our documentation for general details:
Note that in order for the escalation to occur, apart from meeting the criteria set in the business rules, an internal utility needs to run, and this is when the record is escalated. This utility is called the dbstatus -r utility. The utility generally runs every 15 minutes. We recommend viewing the rules runtime logs, specific to that incident, to first confirm the expected rules were hit, and then expect a delay up to 15 minutes until the escalation level is set, depending on when the utility runs. See also Answer ID 348: Utilities included with Oracle B2C Service.
Best practice to set up escalations is to use two distinct rules. The first rule, also called the "chain" rule, defines the conditions of the escalation and specifies the escalation level to be set in a specific timeframe. This rule should evaluate true for only one very specific case and there should not be multiple rule paths or state which evaluate true for any escalation. The second rule indicates the actions to be taken when the escalation occurs.
The main steps to the escalation process are:
For information on how to test your escalation rules, refer to Testing escalation rules. Escalations should be cleared before moving to a closed status. Refer to Clear rule escalations before moving to a closed state for more information.
For example, using the rules below, you can escalate an incident if it is still unresolved 4 hours after it has been created and send a notification to a supervisor or manager.
Rule: Esc 4 hours - chain
IFIncident: Escalation Level = unspecified ANDIncident: Status = UnresolvedTHENEscalate to Level: 4 hr (or whatever name you choose)+ 4 hours relative to Time Created.√ Use response interval √ Revalidate(Check the relative check box and the Use Response Interval and Revalidate check boxes if desired.)
Rule: Esc 4 hours
IFIncident.Escalation Level = 4 hr ANDIncident.Previous Escalation not equals 4 hrTHENSend Escalation Notification (select staff member or group)Include whatever other actions you deem necessary
Note that when setting up the second rule, the IF criteria included an item for both the current escalation level and the previous escalation level. The previous escalation level is only set when the escalation value changes. This helps to restrict the escalation actions to the specific incidents that have just changed the value of the escalation level when the incident was updated by dbstatus.
When configuring your chain rule, you must determine whether you want to check the Use Response Interval, Revalidate or Recalculate check boxes.
If you check the Use Response Interval box, only time that is included in your default response requirements are used in the time element. That is, if you specify 4 hours as the time element and check the box, this means, 4 work hours as configured in your Default Response Requirements table.
If you check the Revalidate box, at the time of the escalation, the incident is compared again to the original IF conditions and the incident is escalated only if it still meets the IF conditions of the chain rule.
If you check the Recalculate box, if an incident is updated before the escalation rule fires, the escalation time is recalculated based on the last time the incident was saved and updated.
For more information on these options, refer to Using Response Interval, Revalidate, and Recalculate boxes with rules.
Once all edits are done, select Compile and Activate / Save and Deploy for the newly created rules to take affect.
For more information regarding business rules, refer to the following documentation: