Quick Question on Adding a comment field to an approval
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2024 01:31 PM
I've found a few options for adding a comment field to an approval. One involves a business rule and another uses a run script activity. It seems there are other options too. What is the best approach to keep the process seamless to the approver? Our legacy system puts the comment field on the same page as the approve/reject buttons and the comments go back to the initiator when one of the buttons is pushed. HR wants to keep the user experience the same so I'm asking before I do my actual build out of this piece. They don't want the approved to get a separate comment task after the approval is made. Please share your experience if you've done this before.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2024 11:03 PM
Why would you create a comment task? What are you currently changing?
The BR and run script activity are doing exactly the same: they take the comment from the approval record and put it on the record to be approved. Can you elaborate on your question? I feel we are missing information on what you are doing.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2024 02:54 AM
Here's a screen shot of the approval screen from our legacy system. I just need to be sure the comments section is editable at the same time the user makes their approval decision. The one similar workflow we have requires you approve after the data entry piece. This means a new notification message after the commenting piece asking for approval. I need those two steps, from the customer perspective, to be done in one step.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2024 02:18 AM - edited 07-16-2024 02:19 AM
Hi @Alan42 ,
It is good to go with the workflow run activity. Infact the X=Set Values activity can solve the purpose.
That'l help you with status transition and comment addition all in one go. We usually go with workflow activities to add comments after approval and works seamlessly.
If my answer helped in any way, please mark it as ✅Correct & 👍Helpful
Thanks,
Mahathi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2024 06:39 AM
It looks like this might be simple to do in Workflow Studio. I was going to use one of our exsiting workflows created in Editor.