📚 SAP Business One SDK Help

AccountSegmentations Object Members
See Also  Overview 

Public Methods

Public Method AddAdds an account segment (up to 10).
Public Method GetAsXMLReturns the object from XML data, which is stored as string in a buffer.
Public Method GetByKeyRetrieves and sets the values of the object's properties by the object's absolute key from the Company database.
Public Method RemoveDeletes the current record.
Public Method SaveToFileSave the object to a file as XML data.
Public Method SaveXMLSaves the object data to XML formatted data.
Public Method UpdateUpdates the object data in the company database.

Public Properties

Public Property BrowserReturns the DataBrowser object.
Public Property CategoriesThe category of the account segmentation.
Public Property NameSets or returns the name of the account segmentation.

Field name: Name.

Length: 100 characters.

Public Property Numerator Returns the identification key of the account segmentation as assigned by SAP Business One when adding an account segmentation.

Field name: AbsId.

Public Property SizeSets or returns the number of characters assigned for the account segment.

Field name: Size.

Public Property TypeSets or returns a valid value that determines wether or not the account segment is alphanumeric or numeric.

Field name: Type.

Public Property UserFieldsReturns the UserFields object.

See Also