An link type is represented in the Foundry Ontology by the following metadata:
employee-employer
may be the ID of the link type defined between the Employee
and Company
object types.active
, experimental
, or deprecated
. By default, the Employee → Employer
link type will have status experimental
. Read more about statuses.Employee → Employer
link type will refer to the Employee
and Company
object types.Employee → Employer
has cardinality many
and the Company object type has cardinality one
, since many employees are linked to a single employer. The Employee object types in link type Direct Report ↔ Manager
will each have cardinality many
if a direct report can have multiple managers and if a manager can have multiple direct reports.Employee → Employer
link type, the Employee
object type may have an employer ID
property (the foreign key) that refers to the company ID
property (primary key) of the Company
object type.Direct Report ↔ Manager
link type might contain pairs of employee numbers
, for which each pair represents a Direct Report ↔ Manager
link.Employee → Employer
link type, the display name for the Employee
object type is Employee
and the display name for the Company
object type is Employer
.Employee → Employer
link type, the plural display name for the Employee
object type is Employees
and there is no plural display name for the Company
object type, as there can only be one company per employee.Employee → Employer
link type is employee
, then calling Company.employee.get()
will return the Employee
objects linked to those Company
objects. Read more about API names.prominent
side of a link type will lead applications to show this side of the link type first to users. A hidden
side of a link type will not appear in user applications. By default, the Employee and Company sides of the link type will have visibilities normal
.Learn more about properties (characteristics of an object type).