You need to sign in to do that
Don't have an account?
Pim Uijttewaal
trigger on a chatter post
Hi
I need a trigger on a chatter post, that once a chatter is posted on an account that a comment is inserted, mentioning the owner of this particular record.
I have in all honousty no idea where to start, any suggestions pls, as to code recipes etc? thx
I need a trigger on a chatter post, that once a chatter is posted on an account that a comment is inserted, mentioning the owner of this particular record.
I have in all honousty no idea where to start, any suggestions pls, as to code recipes etc? thx
This link would help you know which fields we can leverage to process a chatter post on account: https://www.salesforce.com/developer/docs/api/Content/sforce_api_objects_feeditem.htm
On Feeditem object "ParentId" is the field where you can link the account record with the chatter post. Hope it help!
All Answers
This link would help you know which fields we can leverage to process a chatter post on account: https://www.salesforce.com/developer/docs/api/Content/sforce_api_objects_feeditem.htm
On Feeditem object "ParentId" is the field where you can link the account record with the chatter post. Hope it help!