Question

Timeline Owner Filter

Dear,
On the timeline of the account page, when I add a manager to the timeline filters, no results appear even though calls for that manager appear if no filters are applied.

For example:

without filter

With the filter no result are found:

with owner filter

How can i solve this issue please ?

On the email timeline, the owner filter is working.

Thank you,
Nicolas

Like 0

Like

1 comments

Ok i ve got it, i have to change the owner :
 "OwnerColumn": "Contact"

in the metadataentities:

= MetaData.Schema.AD4.TimelineEntityValues [{"TypeColumnValue":"00000000-0000-0000-0000-000000000000","IsDefault":true,"ComparisonType":null,"TileName":null,"SortColumn":"CreatedOn","OwnerColumn":"CreatedBy","IconId":null,"ColumnLayouts":[{"ColumnName":"Duration","ColumnLayout":"{\"column\": 1,\"row\": 1,\"colSpan\": 4,\"rowSpan\": 1}"},{"ColumnName":"StartDate","ColumnLayout":"{\"column\": 5,\"row\": 1,\"colSpan\": 4,\"rowSpan\": 1}"},{"ColumnName":"Result","ColumnLayout":"{\"column\": 9,\"row\": 1,\"colSpan\": 4,\"rowSpan\": 1}"},{"ColumnName":"Comment","ColumnLayout":"{\"column\": 13,\"row\": 1,\"colSpan\": 4,\"rowSpan\": 1}"}]}]

Show all comments