I am trying to find a way to get additional fields from a record (in my case Jobs aka projects). For the use case, i want the returned object to include system_notes which is basically a log of changed items on the Record. It includes the before and after details of the change. How can i update projects.get_all() method so that it includes system_notes?
This was the only place i could find it documented: https://system.netsuite.com/help/helpcenter/en_US/srbrowser/Browser2023_1/odbc/record/system_notes.html
I have been trying to read the API documentation to very little help in understanding how to actually access this data via API. Any help is much appreciated!

I am trying to find a way to get additional fields from a record (in my case
Jobsaka projects). For the use case, i want the returned object to include system_notes which is basically a log of changed items on the Record. It includes the before and after details of the change. How can i updateprojects.get_all()method so that it includes system_notes?This was the only place i could find it documented: https://system.netsuite.com/help/helpcenter/en_US/srbrowser/Browser2023_1/odbc/record/system_notes.html
I have been trying to read the API documentation to very little help in understanding how to actually access this data via API. Any help is much appreciated!