PdcApplication.AttachmentList

From External Bemet Wiki
Jump to navigation Jump to search

Declaration

AttachmentList as PdcAttachmentList

Description

Can be used to retrieve a list of attachments for 1 invoice/relation/product report etc. Specific attachments can be added/changed or deleted.

Notes

Code example

Dim objAttachmentsList As PDCEXT.IPdcAttachmentList
objAttachmentsList = PDC.App.AttachmentList
If objAttachmentsList.Read("AT_MELD", "AT_MELD", strProdRepNr) Then
	....
End If

Availability