- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-25-2015 08:26 AM
I have a couple of approvals that work by populating the Approval For field. However, I created a new approval for a different table and it isn't populating the Approval For field. what am I missing?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-25-2015 12:05 PM
We fixed this by running a script which went back and extended the Task table to the Purchase Order table. Unless the table extends Task you can't run approvals on it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-01-2018 10:16 AM
Hi tlwmson1,
We are having the same issue now..Could you please provide the script to fix this..
Thanks in advance.
Bharat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-02-2023 03:24 AM
The custom table does not have to be extended from task (see https://www.servicenow.com/community/now-platform-forum/approval-for-custom-tables/m-p/1080926)
The problem I have: why is the field correctly referencing the custom table record when I'm logged as admin, but is empty when impersonating any other user?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-02-2023 03:27 AM
resolved, the user that needs to approve must have "read" rights assigned via the role that is generated when creating the custom table.