📚 SAP Business One SDK Help

MultiLanguageTranslations Object Members
See Also  Overview 

Public Methods

Public Method Addmethod Add
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 FieldAliasSets or returns the field name for which the translation in user language applies.

Field name: FieldAlias.

Length: 10 characters.

Public Property NumeratorReturns the key (numerator) of the translated field value as assigned by the system when adding a translation to a field value.

Field name: TranEntry.

Public Property PrimaryKeyofobjectSets or returns the primary key of the object for which the translation in user language applies. For example: CardCode value of a business partner; ItemCode value of an item.

Field name: PK.

Length: 254 characters.

Public Property TableNameSets or returns the table name (e.g. OCRD and OITM) for which the translation in user language applies.

Field name: TableName.

Length: 20 characters.

Public Property TranslationsInUserLanguagesReturns the TranslationsInUserLanguages child object.
Public Property UserFieldsReturns the UserFields object.

See Also