Skip to main content

Questions tagged [entitysubscription]

EntitySubscription is a class to use to store the Subscriber(or Followers) of a File/Object in Chatter.

1 vote
2 answers
8k views

I tried a soql which should return the list of user ids who subscribed to a particular report. Below is my soql, but it returns no results. select id, subscriberid from entitysubscription where ...
sfdcOwl's user avatar
  • 45
0 votes
1 answer
471 views

If I have a contract in SF CPQ with subscription x1 at quantity 100, I amend it to be quantity 200. This creates subscription x2 which has a revised subscription pointer to x1. I then amend it again ...
bhogan77's user avatar
0 votes
1 answer
2k views

To begin, I'd like to explain that the following class works in tandem with a process that detects incoming email messages to a case and then sends the ID of that email message to the class. The class ...
Ainsley's user avatar
0 votes
1 answer
582 views

I am trying to subscribe to Salesforce Platform Events in my Developer Edition through AWS Lambda via Connected App(Using nforce SDK). Code is as follows: var AWS = require('aws-sdk'); //Importing ...
Sudarshan's user avatar
  • 101
0 votes
1 answer
1k views

I have an apex code which identifies users who have subscribed to an Account( basically followed an Account for any chatter posts ).The code then subscribes these users to the related Opportunities of ...
Abhijeet's user avatar
  • 640
5 votes
1 answer
2k views

I already know how to set someone to auto-follow a record based on specific criteria (record created, modified, etc) by inserting records into the EntitySubscription object. What I am trying to ...
Morgan Marchese's user avatar
0 votes
1 answer
339 views

I am definitely in the beginning stages of my Apex learning, so I was hoping if I could ask for help on a problem I am working on. I would like to create a trigger which would auto subscribe a user to ...
Ivo Dimov's user avatar
  • 367
2 votes
1 answer
359 views

I am new to Apex, and I was hoping that I could get help. My goal is to auto subscribe a user to chatter on parent object. For example, I have two object, Story, and Story Task. Story is the parent ...
Ivo Dimov's user avatar
  • 367
0 votes
1 answer
159 views

I'm looking through the code base for my organization and I see that there are SOQL references to "FeedSubscriptionsForEntity." For example: SELECT SubscriberId FROM FeedSubscriptionsForEntity or ...
akcorp2003's user avatar
0 votes
1 answer
42 views

Trying to make the Opportunity Owner and Team Members follow the Opportunity - I think this is working but I bet there is a more compactway to process. Thanks! trigger OppOwnerFollower on ...
jaw999's user avatar
  • 1,317
0 votes
1 answer
503 views

I'm trying to write a bulkified logic for a problem on entity subscription. I've a custom object Student which has custom lookup field to User named as Mentor. The use case is when the mentor field is ...
Sagnik's user avatar
  • 607
2 votes
1 answer
257 views

We are not able to find EntitySubscription object in the partner developer org which is created in Partner org. This is the developer org we created using Environment Hub option. We are planning to ...
Bforce's user avatar
  • 6,918
0 votes
1 answer
958 views

I have been trying to get a trigger to fire when a new attachment is inserted (After insert), the ParentId is Event for that attachment, and the Event is related to an Account. So, if anyone inserts ...
Carlos Naranjo's user avatar
4 votes
2 answers
3k views

I am wondering which object holds the details of "follow". When i click the follow link in Account detail page I understand we can follow the record changes. Based on that understanding i have ...
Bforce's user avatar
  • 6,918
1 vote
1 answer
63 views

Is it possible to add a table of values into the default Salesforce Email settings window? I wanted to add a Table section into the area marked RED in the picture. Thanks in advance!
MnZ's user avatar
  • 3,286

15 30 50 per page