📚 SAP Business One SDK Help

UpdateAccrualType Method
See Also 
pIAccrualType
The data for the accrual type to be updated. The AccrualType object must contain the key of the object to be updated.

Description

Updates an existing accrual type.

The data for the accrual type, including the key of the accrual type to be updated, is contained in the AccrualType object passed to the method. To update an accrual type, you must first retrieve it using the GetAccrualType method.

Syntax

Visual Basic
Public Sub UpdateAccrualType( _
   ByVal pIAccrualType As AccrualType _
) 

Parameters

pIAccrualType
The data for the accrual type to be updated. The AccrualType object must contain the key of the object to be updated.

See Also