refreshParentGrid (Client API reference)
Refreshes the parent grid containing the specified record.
Syntax
Xrm.Utility.refreshParentGrid(lookupOptions)
Parameters
lookupOptions: An object with the following properties to specify the record:
| Property Name | Type | Required | Description |
|---|---|---|---|
| entityType | String | Yes | Table type of the record. |
| id | String | Yes | ID of the record. |
| name | String | No | Name of the record. |