📚 SAP Business One SDK Help

UserLanguages Object Members
See Also  Overview 

Public Methods

Public Method AddAdds a new language definition.
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 CodeReturns the language code as assigned by the system (numerator).

Field name: Code.

Public Property LanguageFullNameSets or returns the language full name, for example, English (US).

Field name: Name.

Length: 30 characters.

Public Property LanguageShortNameSets or returns the language short name, for example, EN for English.

Field name: ShortName.

Length: 3 characters.

Public Property RelatedSystemLanguageSets or returns the key of the related language as defined in the system. For example, set the value 3 for English (US).

Field name: SysLang.

Public Property UserFieldsReturns the UserFields object.

See Also