We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4559599 + f937bc9 commit 00b942cCopy full SHA for 00b942c
ServiceNow/Public/Update-ServiceNowTableEntry.ps1
@@ -1,14 +1,14 @@
1
function Update-ServiceNowTableEntry{
2
[CmdletBinding(ConfirmImpact='High')]
3
Param(
4
- # sys_id of the entry we're deleting
+ # sys_id of the entry we're updating
5
[parameter(mandatory=$true)]
6
[parameter(ParameterSetName='SpecifyConnectionFields')]
7
[parameter(ParameterSetName='UseConnectionObject')]
8
[parameter(ParameterSetName='SetGlobalAuth')]
9
[string]$SysId,
10
11
- # Table containing the entry we're deleting
+ # Table containing the entry we're updating
12
13
14
0 commit comments