📚 SAP Business One SDK Help

DynamicSystemStrings Object Members
See Also  Overview 

Public Methods

Public Method AddApplies a new modification to a field name.
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 ColumnIDSets or returns the column identification key.

Field name: ColumnId.

Mandatory property for Table fields. The default value is -1 (Title field).

Length: 10 characters.

Public Property FormIDSets or returns the form identification key.

Field name: FormID.

Mandatory property.

Length: 20 characters.

Public Property IsBoldSets or returns a valid value that determines whether or not the new name of the field appears bold.

Field name: IsBold.

Public Property IsItalicsSets or returns a valid value that determines whether or not the new name of the field appears italic.

Field name: IsItalic.

Public Property ItemIDSets or returns the ID of the field or the table in a form (primary key with FormID).

Field name: ItemId.

Mandatory property.

Length: 10 characters.

Public Property ItemStringSets or returns the new name for the specified field.

Field name: ItemString.

Length: 64 characters.

Public Property UserFieldsReturns the UserFields object.

See Also