The
CompositeKey property is used to determine if an item is a composite key.
This property is read-only.
// Is the Customer.FNameLName item a composite key?
ResCompKey = Customer.FNameLName.CompositeKey
Syntax
<Result> = <Data file>.<Item>.CompositeKey
<Result>: Boolean
- True if the item is a composite key,
- False otherwise.
<Data file>: Character string
Logical name of the data file used.
<Item>: Character string
Name of the item used.