Object Reference for the Salesforce Platform
Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
Announcement
Supported Calls
create(), delete(), describeSObjects(), getDeleted(), getUpdated(), query(), retrieve(), undelete(), update(), upsert()
Fields
| Field Name | Details |
|---|---|
| ExpirationDate |
|
| FeedItemId |
|
| ParentId |
|
| SendEmails |
|
Usage
- Use the FeedItem object to create a text post with the announcement’s content. Use the CollaborationGroup record you want to post the announcement to as the parent of this feed item.
- Next, use the feed item ID and an expiration date to create the announcement record.
- Finally, update the AnnouncementId field in the CollaborationGroup record with the ID of the announcement you created.