The
LinkedKey property is used to set the characteristics of a link. You can:
- Find out the item of the linked data file used in the link.
- Modify the item of the linked data file used in the link.
// Modify the linked key
LinkClubPerson.LinkedKey = Person.ClubID
Syntax
Finding out the linked key of the link Hide the details
<Key name> = <Link name>.LinkedKey
<Key name>: Character string
Name of the key used by the link in the linked data file.
<Link name>: Character string
Name of the link defined in the data model editor or via the Link description type.
Modifying the linked key of the link Hide the details
<Link name>.LinkedKey = <New key>
<Link name>: Character string
Name of the link defined in the data model editor or via the Link description type.
<New key>: Character string
Name of the new key used by the link in the linked data file. This key was defined in the data model editor or via the Item Description type.