You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/developer/model-driven-apps/clientapi/reference/events/grid-onrecordselect.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -21,16 +21,16 @@ There might be situations where you don't want the table record to open (which i
21
21
22
22
### Step 1: Create a web resource
23
23
24
-
Create, save and publish a JavaScript (JS) web resource that contains the following code. This example uses **contact** table and a specific form. Set the `entityName` you want to use.
24
+
Create, save and publish a JavaScript (JS) web resource that contains the following code. It automatically gets the entity name and entity ID from [execution context](power-apps/developer/model-driven-apps/clientapi/reference/execution-context).
0 commit comments