📚 SAP Business One SDK Help

CreateEntry Method
See Also 
pIEDFEntry

Description

Main service handling electronic documents, communication with authorities, and all related aspects. Service is responsible for managing ECM2, ECM3 (and other ECM) tables, which are used during electronic document creation, communication with authorities, and other related actions. "CreateEntry" creates records in ECM2 and ECM3 for particular documents, at this point the document becomes an electronic document.

Syntax

Visual Basic
Public Sub CreateEntry( _
   ByVal pIEDFEntry As EDFEntry _
) 

Parameters

pIEDFEntry

See Also