📚 SAP Business One SDK Help

Update Method
See Also 
pIGLAccountAdvancedRule
The data for the advanced G/L account determination rule to be updated. The GLAccountAdvancedRule object must contain the key of the object to be updated.

Description

Updates an existing advanced G/L account determination rule.

Syntax

Visual Basic
Public Sub Update( _
   ByVal pIGLAccountAdvancedRule As GLAccountAdvancedRule _
) 

Parameters

pIGLAccountAdvancedRule
The data for the advanced G/L account determination rule to be updated. The GLAccountAdvancedRule object must contain the key of the object to be updated.

See Also