- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-04-2017 02:04 AM
Related list under the "Requested Item" module, does not show "new" button for ITIL under the Catalog Tasks tab
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-04-2017 04:31 AM
Hi,
You have to add 'itil' role for the create ACL for sc_task table. or You have to remove 'current.canCreate()' in the UI action named 'new'(Global table) condition. ( then this will work not only ITIL users, all will have the access to it).
1. works for ITIL users.
2. Works for all users. (if you remove current.canCreate()).

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-04-2017 02:12 AM
Right click on the list control and check if new button is hidden using the 'omit new' checkbox. Next check if the global new button has any condition called !rp.isRelatedList() defined in it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-04-2017 02:14 AM
Hi,
You need to modify the List control for catalog task related list and enable new button for ITIL users.
Also make sure you have a create ACL for itil users on sc_task table
Thanks
Please Hit like, Helpful or Correct depending on the impact of the response
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-04-2017 02:16 AM
Omit new button on list control should be unchecked (if it is checked) and also add New Roles to itil. Also oob you can't create new tasks after request item is closed.
Thanks
Please Hit like, Helpful or Correct depending on the impact of the response
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-04-2017 03:39 AM
Hi,
Kindly check the condition in UI action for new(global) that may has a condition as !RP.isRelatedList().
If the conditon is present edit it to true.
And verify the "omit new" checkbox.
Thanks,
Swati