FormletterJournalPost.docuRefCopyByRecId Method [AX 2012]
Copies attachments between documents.
protected void docuRefCopyByRecId(
DataAreaId _fromDataAreaId,
TableId _fromTableId,
RefRecId _fromRecId,
DataAreaId _toDataAreaId,
TableId _toTableId,
RefRecId _toRecId)
Run On
ServerParameters
- _fromDataAreaId
- Type: DataAreaId Extended Data Type
Data Area ID of the document from which attachements are copied.
- _fromTableId
- Type: TableId Extended Data Type
Table ID of the document from which attachements are copied.
- _fromRecId
- Type: RefRecId Extended Data Type
Record ID of the document from which attachements are copied.
- _toDataAreaId
- Type: DataAreaId Extended Data Type
Data Area ID of the document to which attachements are copied.
- _toTableId
- Type: TableId Extended Data Type
Table ID of the document to which attachements are copied.
- _toRecId
- Type: RefRecId Extended Data Type
Record ID of the document to which attachements are copied.
Community Additions
ADD
Show: