lookupDetails property

LookupDetails? lookupDetails
getter/setter pair

Indicates that this is a lookup column whose value is derived from the relationship column specified in the details.

Lookup columns can not be updated directly. To change the value you must update the associated relationship column.

Optional.

Implementation

LookupDetails? lookupDetails;