📚 SAP Business One SDK Help

GetDataInterface Method
See Also 
enumMSDI

Description

Creates an empty data interface. This means the structure contains
the default setting/values of the database.

Syntax

Visual Basic
Public Function GetDataInterface( _
   ByVal enumMSDI As ExternalCallsServiceDataInterfaces _
) As Object

Parameters

enumMSDI
ValueDescription
ecsExternalCallExternalCall data interface
ecsExternalCallParamsExternalCallParams data interface

See Also