📚 SAP Business One SDK Help

Get Method
See Also 
pICycleCountDeterminationParams

Description

Retrieves a CycleCountDetermination rule.

Syntax

Visual Basic
Public Function Get( _
   ByVal pICycleCountDeterminationParams As CycleCountDeterminationParams _
) As CycleCountDetermination

Parameters

pICycleCountDeterminationParams

Remarks

After an object is added to this collection, the database is not automatically updated. You must then update the GeneralData object to which this collection belongs, by executing the Update method of the GeneralService service.

See Also