SalesInvoiceJournalPost.docuRefCopy Method [AX 2012]

Copies attachments from a single source document to a single destination document.

Syntax

protected void docuRefCopy(Common _from, Common _to)

Run On

Server

Parameters

  • _from
    Type: Common Table
    A record representing source document from which attachements are copied.
  • _to
    Type: Common Table
    A record representing destination document to which attachements are copied.

See Also

Reference

SalesInvoiceJournalPost Class