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
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+ --
You can’t perform that action at this time.
0 commit comments