Skip to content

Updating a Non-Catalog Request #228

Answered by DrMarkX
DrMarkX asked this question in Q&A
Jan 10, 2023 · 3 comments · 2 replies
Discussion options

You must be logged in to vote

This is the solution.
Get-ServiceNowRecord -Table 'u_non_catalog_request' -ID NON0301378 | Update-ServiceNowRecord -Table 'u_non_catalog_request' -Values @{"comments" = "This is a new additional comment.";"notify" = $true;"type" = "Additional Comments";"created_by" = $SNOWCred.UserName}

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@DrMarkX
Comment options

Comment options

You must be logged in to vote
1 reply
@DrMarkX
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by DrMarkX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants