Add | Adds a new user field to an exiting user table. |
GetAsXML | Returns the object from XML data, which is stored as string in a buffer. |
GetByKey | Retrieves and sets the values of the object's properties by the object's absolute key from the Company database. |
Remove | Removes a specified field from the table. |
SaveToFile | Save the object to a file as XML data. |
SaveXML | Saves the object data to XML formatted data. |
Update | Updates the object data in the company database. |
Browser | Returns the DataBrowser object. |
DefaultValue | Sets or returns the default value of the field.
Field name: Dflt. Length: 254 characters. |
Description | Sets or returns the description of the field.
Field name: Descr. Length: 80 characters. |
EditSize | Sets or returns the field maximum value entered by the user. This applies only when the Type property is set to db_Alpha or db_Numeric.
Field name: EditSize. |
FieldID | Returns the unique identification key of the field in the meta data table.
Field name: FieldID. |
LinkedSystemObject | Links to an existing system object of SAP Business One. |
LinkedTable | Sets or returns a linked user table name, so that the user field will be used as a foreign key in the TableName.
Field name: RTable. Length: 20 characters. |
LinkedUDO | Links to a user-defined object (UDO) form of both Matrix style and Header Lines style.
Field name: RelUDO. Length: 20 characters. |
Mandatory | Sets or returns a valid value that determines wether or not this User Field is mandatory in SAP Business One.
Field name: Sys. |
Name | Sets or returns the field name.
Field name: AliasID. Length: 50 characters. |
Size | The actual size of the field. The value is automatically determined by the input of the EditSize property.
Do not set any value in the Size property. Field name: SizeID. |
SubType | Returns or set the field sub-type, which specifies a specific format of the data type. |
TableName | Sets or returns the name of the parent table that this field refers to.
Length: 21 characters. Field name: TableID. |
Type | Sets or returns the data type, which describes the nature of the data, of the specified field .
Field name: TypeID. |
ValidValues | Returns the ValidValuesMD object. |