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: website/docs/Objects/run-custom-code-object.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ In order to create a Run Custom Code object you have to set the objects type to
22
22
```
23
23
24
24
-**computeContext**, specify the name of the compute context that you want to use for this specific run custom code object. Please ensure the correct spelling and capitalization.
25
-
-**code**, here you can specifc your code. Make sure that you escape double quotes with a \ and to make use of url parameters us the following within your code ${seachParams.urlParameter}.
25
+
-**code**, here you can specifc your code. Make sure that you escape double quotes with a \ and to make use of url parameters us the following within your code **"${searchParams.urlParameter}"**.
26
26
-**action**, this enables you trigger something additionally after the code has run to completion. There currently is two actions available:
27
27
1. **refreshData**, enables you to target a VA report object on the page and reload the data of the element.
28
28
2. **reloadReport**, enabley you to target a VA report object on the apge and reload the whole element.
0 commit comments