You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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!
The text was updated successfully, but these errors were encountered:
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 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!
The text was updated successfully, but these errors were encountered: