Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.36 KB

File metadata and controls

42 lines (29 loc) · 1.36 KB
title description author ms.author ms.date ms.reviewer ms.topic applies_to search.audienceType contributors
gridEntity.getEntityReference (Client API reference)
Includes description and supported parameters for the gridEntity.getEntityReference method.
jasongre
jasongre
03/12/2022
jdaly
reference
Dynamics 365 (online)
developer
JimDaly

gridEntity.getEntityReference (Client API reference)

[!INCLUDE./includes/getEntityReference-description.md]

Grid types supported

Read-only and editable grids

Syntax

gridEntity.getEntityReference();

Return Value

Type: Lookup

Description: Lookup object that references the record in the row. The object has the following values:

  • entityType: String. The logical name for the record in the row. The same data returned by the GridEntity.getEntityName method.
  • id: String. The Id for the record in the row. The same data returned by the GridEntity.getId method.
  • name: String. The primary column value for the record in the row. The same data returned by the GridEntity.getPrimaryAttributeValue method.

Remarks

To get the gridEntity object, see GridEntity.

[!INCLUDEfooter-include]