
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2016 12:01 AM
Hi, I have a scenario here where:
The approver was manually added in the related list using the edit button then approved the request but the approval activity in workflow was not approved.
I added Itil user the approve the request.
But when I try to approve using the Itil user:
the approval for the administrator is still requested but it should be No longer required.
Also in the workflow its not moving. to approved.
But this would work if i reassign from existing approver to another user.
Is this to be expected in servicenow?
That manually added approvers approval will not reflect in the workflow.
but when reassigning existing approver to another one then approve it, it will reflect in the workflow.
Thanks,
Tadz
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-25-2016 01:39 AM
Right click on the related list > Configure > List control >Add the script as per your need in Omit edit condition.
Add the field on form layout if it is missing.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2016 06:56 AM
Hi Cris,
Since the first approval was created from the workflow, it's tied to the workflow activity. Whether you change the approver or not approving or rejecting it is going to affect the workflow activity. For the ad hoc approval it's not tied to the workflow activity at all so it won't affect it. You'd either have to add a new workflow activity that waits for all approvals to close, or maybe allow for more approvers to be added before your approval activity.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2016 11:22 PM
Hi Brad,
Thanks for the reply.
Adhoc approval or manually added approvers
Needs to add a manual approval activity in the workflow.
As what I have discovered in my personal instance.
Thanks,
Tadz

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-25-2016 12:54 AM
If you want this to work the way it is now, you will either need to make changes to business rules on approvals table or add a custom business rule that will mark the other approval records.
What you are experiencing is the expected behavior since manual approval records are not tied to workflow activity.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-25-2016 01:15 AM
Thanks Kalaiarasan!
Also would it be possible to disable the edit button in the related list?
For a specific catalog item?
we can use ACL for that right?
Thanks,
Tadz