📚 SAP Business One SDK Help

ColumnPreferences Object Members
See Also  Overview 

Public Methods

Public Method FromXMLFileImports data from an XML file to the object.
Public Method FromXMLStringImports data from an XML string to the object.
Public Method GetXMLSchemaRetrieves the XML schema of the data structure.
Public Method ToXMLFileCreates an XML file that represents the object data.
Public Method ToXMLStringCreates an XML string that represents the object data.

Public Properties

Public Property ColumnSets 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 EditableInExpandedDetermines whether or not the item in the form can be edited in expanded display mode.

Field name: EditInEXP.

Public Property EditableInFormDetermines whether or not the item in the form can be edited in normal display mode (that is, not expanded mode).

Field name: EditInForm.

Public Property ExpandedIndexSets or returns the expanded index of this column.

Field name: ExpandIndx.

Public Property FormIDSets or returns the form identification key.

Field name: FormID.

Mandatory property.

Length: 20 characters.

Public Property ItemNumberSets 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 TabsLayoutSets or returns the display order of the item in the form. For example, set 1 to display the form item in the first column in the table (starting from left).

Field name: VisualIndx.

Public Property UserSets or returns the signature of the user that sets this column.

Field name: UserSign.

This is a foreign key to the Users object.

Public Property VisibleInExpandedDetermines whether or not the item in the form is visible in expanded display mode.

Field name: VisInExpnd.

Public Property VisibleInFormDetermines whether or not the item is visible in the form in normal display mode (that is, not expanded mode).

Field name: VisInForm.

Public Property WidthSets or returns the number of characters to determine the column width.

Mandatory property.

Field name: Width.

See Also