📚 SAP Business One SDK Help

Update Method
See Also 
pIFAAccountDetermination
The data for the fixed asset account determination rule to be updated. The FAAccountDetermination object must contain the key of the object to be updated.

Description

Updates an existing fixed asset account determination rule.

The data for the fixed asset account determination rule, including the key of the fixed asset account determination rule to be updated, is contained in the FAAccountDetermination object passed to the method. To update a fixed asset account determination rule, you must first retrieve it using the Get method.

Syntax

Visual Basic
Public Sub Update( _
   ByVal pIFAAccountDetermination As FAAccountDetermination _
) 

Parameters

pIFAAccountDetermination
The data for the fixed asset account determination rule to be updated. The FAAccountDetermination object must contain the key of the object to be updated.

See Also