amazon-connect / amazon-connect-salesforce-lambda

Apache License 2.0
45 stars 34 forks source link

Disconnect Reason does not get populated #53

Open amit-gayal opened 11 months ago

amit-gayal commented 11 months ago

In Salesforce, when the CTR records are created then we are seeing that the Disconnect Reason field in blank. Upon investigation, it was found that this field never gets updated by the sfContactTraceRecord lambda function.

amit-gayal commented 11 months ago

I have created the pull request #52 for the same. Please review the same.