📚 SAP Business One SDK Help

AccountCategoryService Object Members
See Also  Overview 

Public Methods

Public Method AddCategoryAdds an account category.
Public Method DeleteCategoryDeletes a category from the Balance Sheet or Profit and Loss report.
Public Method GetCategoryReturns an instance of AccountCategory object according to the specified AccountCatgoryParams object (CategoryCode, CategoryName).
Public Method GetCategoryListReturns an AccountCategoriesParams collection holding all existing instances of AccountCategory object in the collection.
Public Method GetDataInterfaceCreates an empty data structure. This means the structure contains
the default setting/values of the database.
Public Method GetDataInterfaceFromXMLFileCreates a data structure from a specified XML file.
Public Method GetDataInterfaceFromXMLStringCreates a data structure from a specified XML string.
Public Method UpdateCategoryReplaces an instance of  AccountCategory object with a new one.

See Also