📚 SAP Business One SDK Help

Get Method
See Also 
pIFAAccountDeterminationParams
The key of the fixed asset account determination rule to retrieve

Description

Retrieves a fixed asset account determination rule.

The fixed asset account determination rule is specified by its key, which is contained in the FAAccountDeterminationParams object passed to the method.

Syntax

Visual Basic
Public Function Get( _
   ByVal pIFAAccountDeterminationParams As FAAccountDeterminationParams _
) As FAAccountDetermination

Parameters

pIFAAccountDeterminationParams
The key of the fixed asset account determination rule to retrieve

See Also