Nóta
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as shíniú isteach nó eolairí a athrú.
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as eolairí a athrú.
Returns a Lookup value that references the record in the row.
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.