Custom Contact Panel in Salesforce

0

I recently followed this guide and built a custom contact panel. But now I can’t figure out how to replace the standard contact panel in Salesforce with the new custom panel I created.

Is this possible?

I am using the Amazon Connect managed package and SSO

JakeB
preguntada hace 4 meses183 visualizaciones
2 Respuestas
1

No, you cannot embed custom CCP (created using the blog you are referring) inside Salesforce.

If you are using Salesforce service cloud voice (SCV) then the contact panel that's used by agent is controlled by Salesforce team and you cannot replace it with a custom CCP. I will recommend to reach out to your Salesforce support team in this case.

If you are not using SCV and need a CCP embedded inside Salesforce, you can use Amazon Connect CTI Adapter. Refer https://github.com/amazon-connect/amazon-connect-salesforce-cti

AWS
Vikas P
respondido hace 4 meses
  • I am not using SCV. Just the Amazon Connect CTI package. But I don’t see any options to use the custom panel in that either.

1

The SF CTI adapter on SF AppExchange you are using is already a custom CCP that cannot be replaced.

So alternatively, you can take the same code to update agent's setting using Step function on a schedule basis to check all your agents (ListUsers and DescribeUsers) and see which one is using Deskphone mode and change it back. To search active users only if you have a lot, try using GetCurrentUserData with the filters that you need.

profile pictureAWS
respondido hace 4 meses
profile pictureAWS
EXPERTO
revisado hace 4 meses

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas