📚 SAP Business One SDK Help

Update Method
See Also 
pIEWayBillDocumentType

Description



The service object is the entry point for all E-Way Bill Document Type operations. Obtain an instance via `SAPbobsCOM.Company.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oEWayBillDocumentTypesService)`.

Syntax

Visual Basic
Public Sub Update( _
   ByVal pIEWayBillDocumentType As EWayBillDocumentType _
) 

Parameters

pIEWayBillDocumentType

See Also