 | ICommenceDatabaseGetConnectedItemField Method |
Returns the indirect field value(s) in connCategory that itemName of the categoryName is connected to via Connection.
The order of the items in the list is arbitrary (i.e., not sorted).
Namespace:
Vovin.CmcLibNet.Database
Assembly:
Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntaxstring GetConnectedItemField(
string categoryName,
string itemName,
string connectionName,
string connCategory,
string fieldName,
string delim = null
)
Function GetConnectedItemField (
categoryName As String,
itemName As String,
connectionName As String,
connCategory As String,
fieldName As String,
Optional delim As String = Nothing
) As String
Parameters
- categoryName
- Type: SystemString
categoryName. - itemName
- Type: SystemString
itemName (use clarified if possible). - connectionName
- Type: SystemString
Connection name (case-sensitive). - connCategory
- Type: SystemString
connCategory. - fieldName
- Type: SystemString
FieldName. - delim (Optional)
- Type: SystemString
Delimiter, up to 8 chars.
Return Value
Type:
StringString of connected item fields. Text limitations imposed by Commence:
- Limit to 256 chars.
- First line of multiline field.
- Returns string "(none)" if there are no connected items.
See Also