Skip to content

I have an issue with activity time line #168

Answered by deejay-hub
Crocky44 asked this question in Q&A
Discussion options

You must be logged in to vote

@Crocky44 thanks for testing this. This is a defect - the Time Warp component should not error is the ActivityDate field is blank for ActivityHistory and OpenActivities. We have raised a defect for this and it is already fixed and ready for the next release (scheduled for May 22).

In the meantime we do have a workaround.

  1. Create a new field on the Activity object. Type: Formula Formula Return Type: Date/Time.
  2. Add the following formula 'IF ( ISNULL(ActivityDate) || ISBLANK(ActivityDate) , DATETIMEVALUE('1900-01-01 12:00:00'), DATETIMEVALUE(ActivityDate) )'

  1. Navigate to Setup->Custom Metadata Types and click Manage Records next to 'Timeline Configuration'
  2. Click Edit on the metadata corres…

Replies: 8 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by deejay-hub
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
bug Something isn't working
2 participants