📚 SAP Business One SDK Help

LinkedTable Property
See Also 

Description

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.

Property type

Read-write property

Syntax

Visual Basic
Public Property LinkedTable() As String

Remarks

The values of the Size and Type properties must match the Size and Type values of the key field in the linked table.

When using the LinkedTable property, do not set the DefaultValue and ValidValues properties.

For the linked user tables do not use the @ sign in the LinkedTable name.

This property is not supported by the Recordset object.

See Also