📚 SAP Business One SDK Help

Update Method
See Also 
pITSRExceptionalEvent
The data for the Exceptional Event to be updated. The TSRExceptionalEvent object must contain the key of the object to be updated.

Description

Updates an existing Exceptional Event.

Syntax

Visual Basic
Public Sub Update( _
   ByVal pITSRExceptionalEvent As TSRExceptionalEvent _
) 

Parameters

pITSRExceptionalEvent
The data for the Exceptional Event to be updated. The TSRExceptionalEvent object must contain the key of the object to be updated.

See Also