📚 SAP Business One SDK Help

UpdateReportType Method
See Also 
pIReportType
The data for the report type to be updated. The ReportType object must contain the key of the object to be updated.

Description

Updates an existing report type. 

The data for the report type, including the key of the report type to be updated, is contained in the ReportType object passed to the method. To update a report type, you must first retrieve it using the GetReportType method.

Syntax

Visual Basic
Public Sub UpdateReportType( _
   ByVal pIReportType As ReportType _
) 

Parameters

pIReportType
The data for the report type to be updated. The ReportType object must contain the key of the object to be updated.

See Also