The
SourceKey property is used to set the characteristics of a link. You can:
- Find out the item of the source data file used in the link.
- Modify the item of the source data file used in the link.
// Modify the source key
LinkClubPerson.SourceKey = Club.ClubID
Syntax
<Key>: Character string
Name of the key used by the link in the source data file.
<Link>: Character string
Name of the link defined in the data model editor or via the Link description type.
Modifying the source key of a link Hide the details
<Link>.SourceKey = <New key>
<Link>: 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 source data file. This key was defined in the data model editor or via the Item Description type.