📚 SAP Business One SDK Help

GetFinancialYear Method
See Also 
pIFinancialYearParams

The key of the financial year to retrieve

Description

Retrieves a specific financial year.

The financial year is specified by its key (AbsId), which is contained in the FinancialYearParams object passed to the method.

Syntax

Visual Basic
Public Function GetFinancialYear( _
   ByVal pIFinancialYearParams As FinancialYearParams _
) As FinancialYear

Parameters

pIFinancialYearParams

The key of the financial year to retrieve

Return Type

The financial year with the specified key

Example

See Also