Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the note that has been attached to the invoice.
Syntax
public Notes getDocumentNote(Common _common, CustFormletterDocument _custFormLetterDocument)
Run On
Server
Parameters
- _common
Type: Common Table
A Common record that either contains the header information or line information.
- _custFormLetterDocument
Type: CustFormletterDocument Table
The CustFormLetterDocument record.
Return Value
Type: Notes Extended Data Type
The note that has been attached to the invoice.
Exceptions
Exception | Condition |
---|---|
Error | If the common record is not a CustInvoiceJour record or CustInvoiceTrans record. |