INTERNAL_NOTES and COMMENTS column in RA_INTERFACE_LINES_ALL table
I have the following request from the customer.
During Sales Order Entry, user should be provided with a field to enter special instructions.
These instructions should be interfaced to AR and printed on the invoice generated for the sales order.
I have checked the RA_INTERFACE_LINES_ALL table and it contains 2 columns INTERNAL_NOTES and COMMENTS.
I have also checked the invoice printing report RAXINV.rdf and this report fetches the value from the INTERNAL_NOTES column and displays as comments.
My question here is,
From which columns in Sales Order tables the data is interfaced to INTERNAL_NOTES and COMMENTS columns in RA_INTERFACE_LINES_ALL table?