Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |