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
asked 4 months ago166 views
2 Answers
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
answered 4 months ago
  • 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
answered 4 months ago
profile pictureAWS
EXPERT
reviewed 3 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions