Populating ‘Last Interaction Date’ based on user note

Create a custom field

Create a saved search with the below formula

(CASE   WHEN {usernotes.notedate} IS NULL THEN NULL    ELSE {usernotes.notedate}  END)

Leave a comment

Your email address will not be published. Required fields are marked *