📚 SAP Business One SDK Help

Get Method
See Also 
pIGLAccountAdvancedRuleParams

The key of the advanced G/L account determination rule to retrieve.

Description

Retrieves an advanced G/L account determination rule.

The advanced G/L account determination rule is specified by its key, which is contained in the GLAccountAdvancedRuleParams object passed to the method.

Syntax

Visual Basic
Public Function Get( _
   ByVal pIGLAccountAdvancedRuleParams As GLAccountAdvancedRuleParams _
) As GLAccountAdvancedRule

Parameters

pIGLAccountAdvancedRuleParams

The key of the advanced G/L account determination rule to retrieve.

See Also