FormletterJournalPost.docuRefCopyMultipleByRecId Method [AX 2012]
Copies attachments from a set of source documents to a destination document.
protected void docuRefCopyMultipleByRecId(
DataAreaId _fromDataAreaId,
TableId _fromTableId,
Set _fromRecIdSet,
DataAreaId _toDataAreaId,
TableId _toTableId,
RefRecId _toRecId)
Run On
ServerParameters
- _fromDataAreaId
- Type: DataAreaId Extended Data Type
Data Area ID of documents from which attachements are copied.
- _fromTableId
- Type: TableId Extended Data Type
Table ID of documents from which attachements are copied.
- _fromRecIdSet
- Type: Set Class
Set of Record IDs representing the documents 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: