LookupAttribute
The lookup attribute is an object that extends AttributeBase and contains the following properties:
| Property | Description | Required |
|---|---|---|
type | 'lookup' | Yes |
entity | Logical name of the entity to lookup. | Yes |
behavior | The behavior of the lookup. Can be 'reference', 'dependent' | No |
relatedLabel | The label to show in related tab inside form | No |
string | true | No |
number | true | No |
objectId | true | No |
guid | true | No |
string,number,objectId, andguidare mutually exclusive. Only one of them can be set totrueand required.