ARAS 12 - How to remove "Create New XXX" button ?

Hi,

I defined an ItemType named "Cost".
This is a relationship without related item.
There is nothing in the "Can Add" of this ItemType because nobody can create a "Cost". There are only created by code.

In ARAS 12, I have this:

What should I do in CUI to remove "Create New Cost" ?

Parents Reply
  • Hello, 

    I want to do the same, Is there a way to remove that create button or disable it from UI.
    My use case is I am creating items from the backend code using IOM api and want to restrict Item creation from UI.

    For disabling button I can remove can add from item but in that case I can't create items using IOM api as well.
    Need some way remove or disable create button from UI only.

    Thanks,
    Nilesh

Children