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.

Hierarchy

Methods

  • Returns the logical name for the record in the row.

    Returns string

    The entity name.

    Deprecated

    Use GridRow.data.entity.getEntityName() instead.

  • Returns a LookupValue that references this record.

    Returns Xrm.LookupValue

    The entity reference.

    Deprecated

    Use GridRow.data.entity.getEntityReference() instead.

  • Returns the id for the record in the row.

    Returns string

    The identifier of the GridEntity, in GUID format.

    Example

    Example return: "{00000000-0000-0000-0000-000000000000}"
    

    Deprecated

    Use GridRow.data.entity.getId() instead.

  • Returns the primary attribute value for the record in the row. (Commonly the name.)

    Returns string

    The primary attribute value.

    Deprecated

    Use GridRow.data.entity.getPrimaryAttributeValue() instead.

Generated using TypeDoc