📚 SAP Business One SDK Help

User ObjectMD_EnhancedFormColumns Object Members
See Also  Overview 

Public Methods

Public Method AddAdds a new data line to the object.
Public Method SetCurrentLineSets the active row to a specified row number.

Public Properties

Public Property ChildNumberThe number of the child user table to relate to the default user form.

Field name: SonNum.

Public Property CodeReturns the Child Object Unique ID., inherited from Parent Object. This Unique ID is the primary key of the user defined object and its Parent object.

Field name: Code.

Length: 20 characters (must include at least one alphabetical character).

Public Property ColumnAliasThe alias name of the default field to display in the default form.

Field name: ColAlias.

Length: 20 characters.

Public Property ColumnDescriptionThe description of the default field to display in the default form.

Field name: ColDesc.

Length: 30 characters.

Public Property ColumnIsUsedIndicates whether the form column is used or not.

Field name: ColIsUsed.

Public Property ColumnNumberThe number of the default field to display in the default form. SAP Business One creates a sequential number for each column that you add.

Field name: ColumnNum.

Public Property CountReturns the number of columns in the default form.
Public Property EditableIndicates whether the form column is editable (active) or not.

Field name: ColEdit.

See Also