Closed sureka-ark closed 2 months ago
Hi @dougjaso
Could you please tell us if any one of the below is possible-
when a voicemail creates VoiceCall Record, the Call type for that voiceCall record should be "Voicemail" . I see that the 'Call Origin' Picklist field already have a value as "Voicemail". But its not picking that value.
How do we stop creating VoiceCall Record for Voicemails.
Kindly provide steps to achieve any one of these. Thanks in Advance!
Hi @dougjaso
While exploring the code in CTRDataSyncFunction lambda function, we found that there is a vm_flag is called. Changed that vm_flag to vmx_flag. Now it is not creating voicecall for voicemail.
Thanks
Salesforce now includes voicemail, based on this solution, with SCV. You are now running two versions of voicemail. For long term support purposes, you should migrate to the Salesforce provided version: https://developer.salesforce.com/docs/atlas.en-us.voice_developer_guide.meta/voice_developer_guide/voice_example_voicemail.htm
Jason Douglas Principal Solutions Architect Amazon Connect
704.807.6561 – mobile 415.262.9741 – office
[signature_2001959500]http://www.aws.amazon.com/
Thoughts on our interaction? Provide feedback herehttps://feedback.aws.amazon.com/?ea=dougjaso&fn=Jason&ln=Douglas.
From: Sureka A R K @.> Reply-To: amazon-connect/amazon-connect-salesforce-scv @.> Date: Monday, August 5, 2024 at 2:20 AM To: amazon-connect/amazon-connect-salesforce-scv @.> Cc: "Douglas, Jason" @.>, Mention @.***> Subject: [amazon-connect/amazon-connect-salesforce-scv] Voicecall record is getting created along with salesforce case record during Voicemail creation (Issue #174)
Hi @dougjasohttps://github.com/dougjaso,
In Previous Versions, It is only creating sf case record with origin as "VOICEMAIL" but In current version,
— Reply to this email directly, view it on GitHubhttps://github.com/amazon-connect/amazon-connect-salesforce-scv/issues/174, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AJRHYXW4NRXYCLO62MQMZODZP47WTAVCNFSM6AAAAABL74SFHOVHI2DSMVQWIX3LMV43ASLTON2WKOZSGQ2DQMBVGAYTGOA. You are receiving this because you were mentioned.Message ID: @.***>
This repository does not provide a voicemail application that creates VoiceCall objects, only the native voicemail option included with Service Cloud Voice does that. If you do not wish to use the Salesforce-provided version, simply remove the trigger for the Salesforce Lambdas. More info can be found here: https://github.com/amazon-connect/amazon-connect-salesforce-scv/issues/165
Jason Douglas Principal Solutions Architect Amazon Connect
704.807.6561 – mobile 415.262.9741 – office
[signature_2001959500]http://www.aws.amazon.com/
Thoughts on our interaction? Provide feedback herehttps://feedback.aws.amazon.com/?ea=dougjaso&fn=Jason&ln=Douglas.
From: Manvitha K @.> Reply-To: amazon-connect/amazon-connect-salesforce-scv @.> Date: Tuesday, August 6, 2024 at 7:46 PM To: amazon-connect/amazon-connect-salesforce-scv @.> Cc: "Douglas, Jason" @.>, Mention @.***> Subject: Re: [amazon-connect/amazon-connect-salesforce-scv] Voicecall record is getting created along with salesforce case record during Voicemail creation (Issue #174)
Hi @dougjasohttps://github.com/dougjaso
Could you please tell us if any one of the below is possible-
Kindly provide steps to achieve any one of these. Thanks in Advance!
— Reply to this email directly, view it on GitHubhttps://github.com/amazon-connect/amazon-connect-salesforce-scv/issues/174#issuecomment-2272512891, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AJRHYXUYAO7SR2AEJKOB66DZQGC73AVCNFSM6AAAAABL74SFHOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENZSGUYTEOBZGE. You are receiving this because you were mentioned.Message ID: @.***>
Hi @dougjaso,
In Previous Versions, It is only creating sf case record with origin as "VOICEMAIL" but In current version,