Skip to content

Commit d0d931a

Browse files
authored
RHIDP-6508 - modularize _Supported ServiceNow custom actions_ (#1090)
1 parent 91607e6 commit d0d931a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

modules/using-service-now/ref-supported-servicenow-custom-actions.adoc

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ The ServiceNow custom actions enable you to manage records in the {product}. The
99
* `PATCH`: Updates a resource
1010
* `DELETE`: Deletes a resource
1111

12-
== ServiceNow custom actions
13-
1412
[GET] servicenow:now:table:retrieveRecord::
1513
+
1614
--
@@ -200,7 +198,7 @@ Creates a record in a table in the {product-short}.
200198
|`sysparmInputDisplayValue`
201199
|`boolean`
202200
|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`.
204202

205203
|`sysparmSuppressAutoSysField`
206204
|`boolean`
@@ -414,4 +412,4 @@ Deletes a record from a table in the {product-short}.
414412
|Optional
415413
|Set as `true` to access data across domains if authorized. The default value is `false`.
416414
|===
417-
--
415+
--

0 commit comments

Comments
 (0)