• Nivrutti Joshi
  • NEWBIE
  • 0 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 1
    Likes Given
  • 0
    Questions
  • 3
    Replies
hi,
i'm getting below error,

not able to complete the trailhead if anyone identified soluyion please share it..


Amazon Connect resource configuration screen error: 

"We're sorry. While we strive to make AWS’s broad set of products and services available to all customers, some products and services may not be available to customers in India, including customers of Amazon Internet Services Private Limited (AISPL). Currently, AISPL does not provide Amazon Connect."
I am creating Amazon connect instance for trailhead challenge 'Build an amazon connect integration' but getting an error 'We're sorry. While we strive to make AWS’s broad set of products and services available to all customers, some products and services may not be available to customers in India, including customers of Amazon Internet Services Private Limited (AISPL). Currently, AISPL does not provide Amazon Connect.'Please help me here
Hello,

I'm inserting an Attachment on a Case via apex (ParentId=case.Id), which results in a new FeedItem record created on the Case (standard functionality?) (Type='CreateRecordEvent', Visibility='AllUsers', ParentId=case.Id).
I want to update these new FeedItem with Visibility='InternalUsers' with a trigger.

I run into this page: https://developer.salesforce.com/page/Chatter_Code_Recipes
it says: "A final note. FeedItems of type 'UserStatus' and 'TrackedChange' don't invoke the triggers. In other words, if a user updates his/her own status in Chatter or if a tracked field changes value, those events won't fire any triggers.
can we assume that FeedItems of type 'CreateRecordEvent' also doesn't invoke the triggers?

Regards,
Prabhat
Hello,

I'm inserting an Attachment on a Case via apex (ParentId=case.Id), which results in a new FeedItem record created on the Case (standard functionality?) (Type='CreateRecordEvent', Visibility='AllUsers', ParentId=case.Id).
I want to update these new FeedItem with Visibility='InternalUsers' with a trigger.

I run into this page: https://developer.salesforce.com/page/Chatter_Code_Recipes
it says: "A final note. FeedItems of type 'UserStatus' and 'TrackedChange' don't invoke the triggers. In other words, if a user updates his/her own status in Chatter or if a tracked field changes value, those events won't fire any triggers.
can we assume that FeedItems of type 'CreateRecordEvent' also doesn't invoke the triggers?

Regards,
Prabhat