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.
1 parent 829fce2 commit 7a58768Copy full SHA for 7a58768
Readme.md
@@ -70,7 +70,7 @@ Get-ServiceNowRecord -Table incident -Description 'powershell'
70
### Update a Ticket
71
72
```PowerShell
73
-Get-ServiceNowRecord -First 1 -Description 'powershell' | Update-ServiceNowRecord -InputData @{comments='Updated via PowerShell'}
+Get-ServiceNowRecord inc0010002 | Update-ServiceNowRecord -InputData @{comments='Updated via PowerShell'}
74
```
75
76
### Creating an Incident with custom table entries
0 commit comments