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
feita há 4 meses183 visualizações
2 Respostas
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 há 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 há 4 meses
profile pictureAWS
ESPECIALISTA
avaliado há 4 meses

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas