Show "new" button for ITIL under the Catalog Tasks

santhanalakshmi
Kilo Contributor

Related list under the "Requested Item" module, does not show "new" button for ITIL under the Catalog Tasks tab

1 ACCEPTED SOLUTION

Sadasiva Reddy
Giga Guru

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.


find_real_file.png


2. Works for all users. (if you remove current.canCreate()).


find_real_file.png


View solution in original post

6 REPLIES 6

Kalaiarasan Pus
Giga Sage

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.


Alikutty A
Tera Sage

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


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


swati38
Tera Expert

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