Interface for a grid entity. Use the GridEntity methods to access data about the specific records in the rows. GridEntity is returned by the GridRowData.getEntity method.
Use GridRow.data.entity instead.
Returns the logical name for the record in the row.
The entity name.
Use GridRow.data.entity.getEntityName() instead.
Returns a LookupValue that references this record.
The entity reference.
Use GridRow.data.entity.getEntityReference() instead.
Returns the id for the record in the row.
The identifier of the GridEntity, in GUID format.
Example return: "{00000000-0000-0000-0000-000000000000}" Copy
Example return: "{00000000-0000-0000-0000-000000000000}"
Use GridRow.data.entity.getId() instead.
Returns the primary attribute value for the record in the row. (Commonly the name.)
The primary attribute value.
Use GridRow.data.entity.getPrimaryAttributeValue() instead.
Generated using TypeDoc
Interface for a grid entity. Use the GridEntity methods to access data about the specific records in the rows. GridEntity is returned by the GridRowData.getEntity method.
Deprecated
Use GridRow.data.entity instead.