Click or drag to resize

CommenceDatabaseGetConnectedItemField 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
Syntax
public string GetConnectedItemField(
	string categoryName,
	string itemName,
	string connectionName,
	string connCategory,
	string fieldName,
	string delim = null
)

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: String
String 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.

Implements

ICommenceDatabaseGetConnectedItemField(String, String, String, String, String, String)
See Also