Users would like to be able to see the Return Authorisation & the (RA's) Item Receipt when viewing the source Sales Order. Is there a function to do attach the IR to the SO? I tried using record.attach() but it returns
Copy code
"Attaching of record type itemreceipt to salesorder is not supported."
m
michoel
12/20/2021, 11:21 PM
Have you tried a saved search sublist?
n
Netsuite Tragic
12/20/2021, 11:28 PM
had not but that's a good solution. I was thinking to add it to a script which is processing the RA, IR & closing it out.