Need to create report showing approver and when the approval was given

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-22-2017 11:14 AM
I need to create a PDF document showing the approver and when the approval was given.
No problem with getting the approver (sysapproval_approver) and the comments but from where do I get the actual date and time of the approval from? I can see it under activities but I not getting that info with the getJournalEntry(-1) method.
This is what I get if there is a comment. No state changes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-22-2017 11:26 AM
You can use the sys_updated_on field to get date/time this record was updated. That should work.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-22-2017 11:54 AM
Mike,
Thank you for getting back to me. The sys_updated_on field doesn't work for me since it shows the last date the record was updated and not really the true date/time when the approval was given.
What I don't get is, where is the activity shown on the screen copy coming from. If I can get that I am happy.
Armin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-22-2017 11:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-22-2017 11:32 AM