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
質問済み 4ヶ月前183ビュー
2回答
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
回答済み 4ヶ月前
  • 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
回答済み 4ヶ月前
profile pictureAWS
エキスパート
レビュー済み 4ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ