msdyn_PostAlbum (profile album) entity messages and methods

 

Applies To: Dynamics CRM 2013

A msdyn_PostAlbum (Profile Album) contains user profile images that are stored as attachments and displayed in posts.

The early bound class for this entity is msdyn_PostAlbum. To view the entity metadata for your organization, install the Metadata Browser solution described in Browse the metadata for your organization. You can also view the metadata for an uncustomized organization in the Excel file called EntityMetadata.xlsx included in the top-level folder of the SDK download.

The following table describes the messages for this entity, which you use with the IOrganizationService.Execute method.

Message

Description

DeleteRequest

Deletes an msdyn_PostAlbum record. You can also call the IOrganizationService.Delete method.

IsValidStateTransitionRequest

Checks if the state transition is valid.

RetrieveRequest

Retrieves an msdyn_PostAlbum record. You can also call the IOrganizationService.Retrieve method.

RetrieveMultipleRequest

Retrieves a collection of msdyn_PostAlbum records. You can also call the IOrganizationService.RetrieveMultiple method.

Note

To upload or update a profile image, use Microsoft Dynamics CRM web application.

See Also

Activity feeds entities
msdyn_PostConfig (post configuration) entity messages and methods
msdyn_PostAlbum (profile album) entity privileges