No Results
Search Tips:
- Please consider misspellings
- Try different search keywords
Newer Version Available
Announcement
Represents a Chatter group announcement. This object is available in API version 30.0 and later.
Supported Calls
create(), delete(), describeSObjects(), getDeleted(), getUpdated(), query(), retrieve(), undelete(), update(), upsert()
Fields
| Field Name | Details |
|---|---|
| ExpirationDate |
|
| FeedItemId |
|
| ParentId |
|
Usage
Group owners, managers, and users
with the “Modify All Data” permission can use the Announcement object to create, edit, and delete group announcements. Creating
a group announcement is a three-step process:
- 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.