📚 SAP Business One SDK Help

GetDataInterface Method
See Also 
enumMSDI
Specifies the type of object to create.

Description

Creates an empty data structure for use with the SalesOpportunityInterestsSetupService.

Syntax

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

Parameters

enumMSDI
ValueDescription
soissSalesOpportunityInterestSetupSalesOpportunityInterestSetup data interface
soissSalesOpportunityInterestSetupParamsCollectionSalesOpportunityInterestSetupParamsCollection data interface
soissSalesOpportunityInterestSetupParamsSalesOpportunityInterestSetupParams data interface
Specifies the type of object to create.

See Also