📚 SAP Business One SDK Help

Get Method
See Also 
pIFixedAssetFiscalYearChangeParams

Description



The service object is the entry point for all Fixed Asset Fiscal Year Change operations. Obtain an instance via `SAPbobsCOM.Company.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oFixedAssetFiscalYearChangesService)`.

Syntax

Visual Basic
Public Function Get( _
   ByVal pIFixedAssetFiscalYearChangeParams As FixedAssetFiscalYearChangeParams _
) As FixedAssetFiscalYearChange

Parameters

pIFixedAssetFiscalYearChangeParams

See Also