Support_Time Warp View Modifications #239
-
Hi Team, Need some support and guidance on below requirements: -
While removing the File Extension, I'm getting error. Also, would be good to get visually the status of tasks, i.e. bold or change the color when completed. Is this possible? Thank You, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi @mkv929. Linking the config guide linked on the AppExchange listing for your reference (https://quip.com/ahFCA9VBEKtr). It might help explain how things can be adjusted and answer other questions you might have. I'll try and answer you questions 1b. The date displayed is directly related to the date used to plot the Task on the Timeline. This comes from the Position Date Field in the metadata record. You can update it to CreatedDate. This will then plot the Task based on the date it was created and show you this value in the hover. 1c. Time Warp uses the compact layout for the hover. Tasks are a special exception at Salesforce. Right now you're limited to one field to pick. However you can use a formula field for the Fallback Tooltip. That way you can have a formula that concatenates 2 or more field values together.
Visual status of tasks when complete isn't possible with the managed package. You'd have to add the code yourself. We have an open issue to add this functionality (#27) but we're not actively working on it. |
Beta Was this translation helpful? Give feedback.
-
Hi @deejay-hub , thank you so much for the quick review and reply. This is clear to me. One more question - Is it possible to show multiple fields with tooltip, somehow without creating any additional formula field? Thank You, |
Beta Was this translation helpful? Give feedback.
Hi @mkv929. Linking the config guide linked on the AppExchange listing for your reference (https://quip.com/ahFCA9VBEKtr). It might help explain how things can be adjusted and answer other questions you might have.
I'll try and answer you questions
1a. For Tasks you can change the Fallback Tooltip Field on the metadata record to show one field. We use Status by default. We don't suggest using Description since it's a large text area field and will cause issues for large data volumes. If you really want to see description you'll have to create a new custom field on Activity then copy the first x characters into it using Flow or Apex. Then use this custom field in the Fallback Tooltip Field…