Click or drag to resize

clsImportUserDefinedFieldFieldName Property

Database field name.
[Mandatory Field]. The field name must begin with "USER_"

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public string FieldName { get; set; }

Property Value

Type: String
New Database field name

Return Value

Type: String
Database field name
Remarks

The name of the field have to be stored in the table MPSysUserFields as "USER_FieldName".
That's the reason why all field names have to start with "USER_" (in uppercase).
The maximal field size is 50 charater.

e.g.
FieldName = "USER_ItemDescription"
MPSysUserFields.Field => "USER_ItemDescription"
MARISysUserFields.FieldName => "USER_ItemDescription"

Table: MPSysUserFields.Field
View: MARISysUserFields.FieldName

See Also