PdcApplication.AttachmentList

From External Bemet Wiki
Revision as of 13:23, 24 March 2021 by TC (talk | contribs) (Created page with "== Declaration == AttachmentList as PdcAttachmentList == Description == Can be used to retrieve a list of attachments for 1 invoice/relation/product report etc. Specific ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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