- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2022 08:03 AM
Hi All,
We are adding the manual approver to the change request. But the document ID of manual approver record is empty.
Approval record via workflow vs Manual approval record.
Manual Approver
Solved! Go to Solution.
- Labels:
-
Change Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2022 10:15 AM
You have to add one more line in the script to have the correct source for the sys_id
If I helped you with your case, please click the Thumb Icon and mark as Correct.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2022 08:07 AM - edited 11-11-2022 09:11 AM
Hi @MR1 ,
Check below client script UI policy which would be causing this.
Check for presence of new document_id field. If it is not on form, display the legacy sysapproval form
link:
Aman Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2022 08:17 AM
Thanks!
That was helpful
how can we copy the sysapproval value to the document_id on a approval record?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2022 08:40 AM - edited 11-11-2022 09:01 AM
What mechanism are you using to add a NEW (manual) individual approval ?
I am asking because most likely you created this feature (customized) and I don't have it on an out of the box instance.
Anyway, I would suggest you to go into the mechanism you created (UI action, etc.) to ensure that you are pushing a value into the document_id field, copying it from the sysapproval field.
Maybe something like current.document_id=current.sysapproval;
If I helped you with your case, please click the Thumb Icon and mark as Correct.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2022 09:41 AM
Hi Sebastian,
The mechanism is simple, Manual approver can be added via the "Edit" button. What logic and where it should be used?
Thanks