📚 SAP Business One SDK Help

FinancialYearsService Object Members
See Also  Overview 

Public Methods

Public Method AddFinancialYearAdds a financial year.
Public Method DeleteFinancialYearDeletes an existing financial year.

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

Public Method GetDataInterfaceCreates an empty data structure for use with the FinancialYearsService.
Public Method GetDataInterfaceFromXMLFileCreates an object from an XML file.
Public Method GetDataInterfaceFromXMLStringCreates an object from XML.
Public Method GetFinancialYearRetrieves a specific financial year.

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

Public Method GetFinancialYearListRetrieves the keys and names of all the financial years.
Public Method UpdateFinancialYearUpdates an existing financial year.

The data for the financial year, including the key of the financial year to be updated, is contained in the FinancialYear passed to the method. To update a financial year, you must first retrieve it using the GetFinancialYear method.

See Also