- 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
‎06-25-2015 08:37 AM
There's another field called Approving [document_id] which is a document ID field which may hold those values, so I would check there first.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-25-2015 08:39 AM
I am seeing the values in document_id but you can't dot-walk to that field for values because it's an array

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-25-2015 08:46 AM
Yep. Is your approval running against a non-task table? I think that's the circumstance where it uses the document ID field instead since the approval for field references the task table, I but I don't remember for sure. If that's the case you may have to get at the data differently than dot walking.
- 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