📚 SAP Business One SDK Help

AccountCategory Object Members
See Also  Overview 

Public Methods

Public Method FromXMLFileImports data from an XML file to the object.
Public Method FromXMLStringImports data from an XML string to the object.
Public Method GetXMLSchemaRetrieves the XML schema of the data structure.
Public Method ToXMLFileCreates an XML file that represents the object data.
Public Method ToXMLStringCreates an XML string that represents the object data.

Public Properties

Public Property CategoryCodeSets or returns a value specifying the category ID number.

Field name: AbsID

Public Property CategoryNameSets or returns a string specifying the account category name.

Field name: Name.

Public Property CategorySourceSets or returns a valid value specifying the account category source: Balance Sheet or Profit and Loss. Supports the creation of the Cash Flow report.

Field name: source.

See Also