File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
modules/using-service-now Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,6 @@ The ServiceNow custom actions enable you to manage records in the {product}. The
9
9
* `PATCH`: Updates a resource
10
10
* `DELETE`: Deletes a resource
11
11
12
- == ServiceNow custom actions
13
-
14
12
[GET] servicenow:now:table:retrieveRecord::
15
13
+
16
14
--
@@ -200,7 +198,7 @@ Creates a record in a table in the {product-short}.
200
198
|`sysparmInputDisplayValue`
201
199
|`boolean`
202
200
|Optional
203
- |Set field values using their display value such as `true` or actual value as `false`. The default value is `false`.
201
+ |Set field values using their display value such as `true` or actual value as `false`. The default value is `false`.
204
202
205
203
|`sysparmSuppressAutoSysField`
206
204
|`boolean`
@@ -414,4 +412,4 @@ Deletes a record from a table in the {product-short}.
414
412
|Optional
415
413
|Set as `true` to access data across domains if authorized. The default value is `false`.
416
414
|===
417
- --
415
+ --
You can’t perform that action at this time.
0 commit comments