📚 SAP Business One SDK Help

GetDataInterface Method
See Also 
enumMSDI

Description

Creates an empty data structure for use with the InventoryPostingsService.

Syntax

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

Parameters

enumMSDI
ValueDescription
ipsInventoryPostingInventoryPosting data interface
ipsInventoryPostingParamsCollectionInventoryPostingParamsCollection data interface
ipsInventoryPostingParamsInventoryPostingParams data interface
ipsInventoryPostingCopyOptionInventoryPostingCopyOption data interface

See Also