Does anyone know how to fetch user notes via suite...
# suiteql
c
Does anyone know how to fetch user notes via suiteql? I see the “note” table has the record, but it doesn’t actually have the memo field on it.
r
user note is the only one I couldn't get via sql. message and activity are there. If you are in the script world just script out saved search results where avail. if trying to join in sql then you might need to have an intermediarywhere you get all data then join in analytics datasoruce or saved search data source.