📚 SAP Business One SDK Help

GetDataInterface Method
See Also 
enumMSDI

Specifies a valid value that defines the data Interface.

Description

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

Syntax

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

Parameters

enumMSDI
ValueDescription
atsdiAlertManagementAlertManagement data interface
atsdiAlertManagementParamsAlertManagementParams data interface

Specifies a valid value that defines the data Interface.

Example

See Also