Add "Short Description" in the "Approval - User" Workflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-28-2022 10:44 AM
Is there a way to add "short description" in the "Approval User" or "Approval Group" through the Workflow activity?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-28-2022 12:21 PM
Hi, as 'Short description is not a field available on 'sysapproval_approver' table you would first need to add a custom field to the sysapproval_approver.
You can update any fields belonging to a record that workflow is running against
IE a 'sysapproval_approver' record using either using either
'Run script' activity
https://docs.servicenow.com/bundle/rome-servicenow-platform/page/administer/workflow-activities/reference/r_RunScriptActivity.html
or
'Set value' activity
https://docs.servicenow.com/bundle/rome-servicenow-platform/page/administer/workflow-activities/reference/r_SetValuesActivity.html
I would recommend that you read the vendor documentation and review the OOB workflow examples available in a PDI.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-28-2022 12:34 PM
Not sure about need for the field. Suggestion would be to add it to comments/worknotes field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2022 09:58 AM
there is an OOB field for short_description and after careful review, KB article publish and/or retire approvals are the only approvals without short description.
As an approver, it is confusing for them what they are approving. Is it approval for publishing or approval for retiring an article.
We are looking at updating the workflow to add those details in the short description.