📚 SAP Business One SDK Help

AccountSegmentationCategories Object Members
See Also  Overview 

Public Methods

Public Method AddAdds an account segment category.
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 CodeSets or returns the code of the account segmentation category.

Field name: Code.

Length: 20 characters.

Public Property NameSets or returns the full name of the account segmentation category.

Field name: Name.

Length: 100 characters.

Public Property SegmentIDSets or returns the ID number of the account segmentation. This is a foreign key to the Numerator property of the AccountSegmentations object.

Field name: SegmentId.

Public Property ShortNameSets or returns the short name of the account segmentation category.

Field name: ShortName.

Length: 10 characters.

Public Property UserFieldsReturns the UserFields object.

See Also