-1

How to find out list of records that have system notes in netsuite? Please Help!

Is there any way to get list of records which have system notes?

Maria S
  • 3
  • 3
  • Can you explain more about what you are trying to do and what you have tried? SystemNotes are a standard field in Netsuite so pretty much all built-in records have them and you can get at their data via saved searches/the N/search api or via N/query. Or are you trying to find a list of custom record types that have system notes enabled? – bknights Apr 10 '23 at 15:38
  • All records in netsuite does not have system notes. So I have to list out only records which have system notes on that record. – Maria S Apr 11 '23 at 05:32
  • This would be a great deal of work. What I understand is that you want to search for, say transactions, that have no system notes. If hat is correct you can explore using the `N/query` module to search for all transactions where the id is not in the set of transactions that have system notes. You'd have to do that for each record type. – bknights Apr 11 '23 at 19:51

2 Answers2

0

Maybe you can do something with the help of a saved search on the system notes.

image

Juliano Alves
  • 2,006
  • 4
  • 35
  • 37
0

For getting the record-wise list please Use Available Filters and select the Record Type filter in the saved search.