Busca respuestas existentes a tus preguntas de productos y soporte.
Familiarízate con nuestro sitio de soporte y aprende las mejores prácticas sobre trabajar con nuestro equipo.
Manejar Peticiones de Servicio. Ve y actualiza peticiones de servicio tuyas o de otros miembros de tu organización.
Reporta un nuevo problema a nuestro equipo de soporte técnico.
Conocimientos sobre el Servicio Oracle B2C por parte de expertos en el área de nuestro equipo de soporte técnico.
Explora recursos que serán útiles para poner en marcha tu implementación y asegurar un lanzamiento exitoso.
Accede a tu cuenta OCI.
Encuentra documentación del producto para versiones vigentes de B2C y bibliotecas de documentación para soluciones de servicio relacionadas.
Tendrás las herramientas para mejorar la experiencia de los clientes al aprender todo lo que nuestro producto es capaz de hacer.
Encuentra enlaces para la documentación de APIs, Procesos Personalizados, Portal de Clientes, y la Estructura Extensible de la Interfaz de Usuario del Navegador para Agentes (BUI).
Explora cómo los aceleradores son diseñados para demostrar cómo un escenario de integración podría ser construido usando integraciones públicas y las capacidades de extensión del servicio de Oracle B2C.
Prepárate para una transición exitosa al revisar cambios y mejoras próximas a ser lanzados.
Explora webinarios, eventos, y kits de características para aprender sobre las características, funcionalidades, y mejores prácticas para el Servicio B2C brindado por técnicos expertos en el área.
Oracle MyLearn ofrece un portafolio de recursos de aprendizaje basados en un modelo de suscripción gratuito y de paga para adquirir habilidades valiosas, acelerar la inclusión de la nube, incrementar la productividad, y transformar tu negocio.
Empodera a tu equipo con las habilidades para implementar, configurar, manejar, y usar tus aplicaciones con el Entrenamiento de la Nube para la Experiencia del Cliente.
Nuestro objetivo es facilitar un entorno amigable y solidario, donde los miembros pueden colaborar fácilmente entre ellos sobre soluciones y mejores prácticas.
Realiza y responde preguntas específicas a B2C.
Este es un recurso fascinante con el propósito de ayudar con el Análisis de la Nube del Servicio de Oracle.
Comparte ideas de cómo mejorar el producto y solicitudes de mejoras con el equipo de desarrollo de Oracle, mientras colaboras con otros clientes y socios de Oracle.
Actualiza tu número telefónico, preferencias de notificaciones por correo electrónico, y preferencias de contacto para incidentes de severidad 1 y 2.
Consulta los gestores de contactos dentro de tu organización.
Encuentra información de contacto del Gerente Técnico de Cuentas (TAM), y el Gerente de Éxito de Clientes (CSM) para tu organización.
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.
If a rule execution triggered during an escalation update attempts to schedule the same escalation level again, the system will intentionally prevent the new schedule from being created in order to avoid an escalation loop. Nevertheless, when designing business rules, it is important to ensure they are configured in a way that prevents escalation loops. This includes implementing appropriate conditions within the escalation rules, such as those shown in the examples above.
For more information regarding business rules, refer to the following documentation: