How can an approver request additional information from user?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2025 01:41 PM
Within ITSM we have service requests that will require an approval. Sometimes that approver needs to get additional information from the user in order to make their decision. How would you handle this?
I noticed in the documentation for the old 'Service Management' module--and confirmed in the sys_choice table--there is an approval state value of "More Information Required." This seems to suggest at one point OOTB functionality to support this use case, but I can find no documentation for it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2025 02:19 PM
Is there an option in the approval workflow to "Request Additional Information" and generate a subflow which allows approvers to select that option (trigger), auto-generate a template message where send to user = requester, with some standard, "Approver needs additional information" text in the subject and body, and the ability to add specific questions on the fly whenever said option is used?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2025 10:40 AM
There is nothing OOTB for this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2025 07:43 PM
Hello @Ryan S,
-
Querying for Variables:The approver can access variables associated with the request item (RITM) on the approval form. This allows them to review specific details related to the request.
-
Displaying Variables:By configuring the approval form to show the "Variables" section, approvers can directly see and potentially edit variables related to the request, providing a more holistic view.
-
Updating Approve/Reject Buttons:The approval form can be further enhanced to include custom buttons that, when clicked, allow the approver to request additional information, potentially updating the RITM or workflow accordingly.
-
Create a Custom Field:A custom field, such as "Request. Additional comments", can be added to the request table to hold comments from the approver.
-
BR to Populate the Field:A business rule (BR) can be written to automatically populate this field with the approver's comments when they provide them during the approval process.
-
Report on the Field:This custom field can then be used in reports to track approver comments and gain insights into approval reasons, according to ServiceNow.
-
Post a Message:Approvers can add notes or comments to the "Additional Information" log on the RITM, which can be viewed by the requester.
-
Instructions in To-dos Interface:For To-dos approval requests, approvers can modify the short description within the To-dos interface, providing specific instructions or context for the approval.
-
Approval Widget:If the need for additional information arises outside of the standard workflow, a custom button or "More Information Required" button can be added to the approval widget, triggering a process where the requester can respond to the request for additional information.
-
Inbound Email Actions:This can be achieved through the creation of custom inbound email actions and email notifications, enabling approvers to request information and requesters to respond via email.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2025 10:42 AM
All interesting approaches. It would be nice to find something OOTB instead of having to custom build this.