
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2019 12:11 PM
Hello,
On the New York version, the Export from a form UI Action does not seem to be available for ITIL users.
Does anyone know how this can be enabled again?
Thanks
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2019 03:43 PM
Hi,
I was interested in this myself after reading your question and did notice on New York you are right, it's hidden from ITIL now.
So...this is controlled in the UI Macro: context_form_header
and basically you'll want to look around line 19, and you'll see this:
<g2:evaluate var="jvar_context_menu_export_pdf" expression="gs.hasRightsTo('ui/context_menu.export_pdf/read', null) && ${ref}.canRead()" />
So what you can do is comment this out (so you still have it), but then add a new entry for this menu option that looks for ITIL, like so:
<g2:evaluate var="jvar_context_menu_export_pdf" expression="gs.hasRole('itil')" />
<!--<g2:evaluate var="jvar_context_menu_export_pdf" expression="gs.hasRightsTo('ui/context_menu.export_pdf/read', null) && ${ref}.canRead()" />-->
So we have the new entry...and then we have the commented out previous entry.
Then just save and profit!
Please mark reply as Helpful/Correct, if applicable. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2019 05:22 AM
Hi,
If you could provide more information that would be fantastic. I've literally given precise instructions to include the line entry where you would simply copy and paste what I've put. It seems to be helpful to quite a lot of people. Give us some more information as to your issue so we can help, otherwise, we're not really sure what to do.
Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2019 05:54 AM
This should be fixed in New York Patch 2.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2019 11:45 AM
Thanks a ton for quick help as I also faced the same issue after NY upgrade.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2019 11:09 AM
The ITIL users within our ServiceNow instance experienced this issue as well after upgrading to New York Patch 1. This issue seems to be resolved after moving to Patch 2 or later.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2019 11:30 AM
Sounds good, thanks. This was posted 3 months ago and not everyone is on Patch 2 yet.
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!