Position Date for Notes Incorrect #311
-
The Position Date on Time Warp for Notes is confusing. The label when I hover says Last Modified Date ![]() But the value shown doesn't update when the Note is updated. |
Beta Was this translation helpful? Give feedback.
Answered by
deejay-hub
Feb 4, 2025
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
deejay-hub
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The position for notes and attachments uses the SystemModstamp of the ContentDocumentLink object. It was originally intended to use the created date of the note - but the label is misleading since it's a system field we can't change it and the createddate field does not exist on that object.
If you want to plot the Note based on when it was updated you need to update the metadata.
Setup-> Custom Metadata Types
Search for Contact_Files.
Change the Position Date Field value to ContentDocument.ContentModifiedDate
This will change the hover to.