📚 SAP Business One SDK Help

GetAlertManagement Method
See Also 
pAlertManagementParams

Specifies the AlertManagementParams identification key combination (Code, Name and Type).

Description

Gets instance of AlertManagement Object according to AlertManagementParams (Code, Name and Type).

Syntax

Visual Basic
Public Function GetAlertManagement( _
   ByVal pAlertManagementParams As AlertManagementParams _
) As AlertManagement

Parameters

pAlertManagementParams

Specifies the AlertManagementParams identification key combination (Code, Name and Type).

Example

See Also