RetrieveTimelineWallRecords Function
Retrieves all the activity pointer entities along with the parties and attachements as dictated by the FetchXML query.
Bound entities
Bound functions are invoked by appending the fully qualified function name to the URI representing an entity or collection.
Entity Type | Binding Type |
---|---|
activitypointer | collection |
Parameters
Parameters allow for data to be passed to the function.
Name | Type | Nullable | Unicode | Description |
---|---|---|---|---|
FetchXml
|
Edm.String | False | False | The FetchXML query. |
Target
|
crmbaseentity | True | True | The Timeline Wall entity reference. |
RollupType
|
Edm.Int32 | True | True | Type of rollup (0=None, 1=Related, and 2=Extended). |
Return type
Type | Nullable | Description |
---|---|---|
RetrieveTimelineWallRecordsResponse | False | Contains the response of the RetrieveTimelineWallRecords function. |