[ANSWERED] Print transaction System Notes
Hi!
I have a client who wants to be able to print the system notes of a transaction from a button on the transaction record form.
I tried to create a saved search of type SYSTEM_NOTE, however, SuiteScript doesn’t like it when I add the ‘record’ filter as in:
filters: [{ name: 'record', operator: search.Operator.ANYOF, values: ['2252668'] }]
Can anyone give me an idea of how I can get a certain record’s system notes from SuiteScript?
Thanks!
This was solved here: