Populated field in a report is exporting as blank
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-22-2016 04:24 PM
Hi all, I have what I assume is a simple issue that I just can't work out.
I have a report based on the sc_task table and I have dot walked to the sc_request table to pull in the 'Requested By' field (it's a standard reference type based of the sys_user table)
When I run the report the the fields are populated as expected.
But when I export it to excel or pdf the 'Requested By' is blank
What am I missing, your help would be appreciated
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2018 01:09 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2018 11:47 PM
Hi Jude,
Thanks a lot for posting the response. Could you help with which ACL are they referring to ? Please post a screenshot of the ACL. I want to check in my instance if i can tweak & get this to work without having to use the property.
Warm Regards,
Kiranmai
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-12-2018 05:44 AM
This is my custom 'read' ACL script, but it's what they were referring to (and couldn't give me an alternate way to do it):
var answer = (gs.hasRole("itil") || current.request.opened_by == gs.getUserID() || current.request.requested_for == gs.getUserID() || current.request.requested_for.manager == gs.getUserID() || current.request.opened_by.manager == gs.getUserID() || current.watch_list.indexOf(gs.getUserID()) > -1);
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-31-2018 11:08 PM
Hi Jude,
Is this fixed in Jakarta by any chance?
Warm Regards
Kiranmai
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-01-2018 05:38 AM
I don't know, we're still using Helsinki.