A LookupEntryReferenceType is an id that identifies an entry in a lookup table.
| name | data type | description | 
|---|---|---|
| sysRowId | string | This getter returns the id of the database row the lookup entry represents. | 
| ddcName | string | This getter returns the name of the document definition to find the lookup entry in. | 
Example
{
  "sysRowId" : "...",
  "ddcName" : "..."
}