What is Render property , what does it do .

vahini
Giga Guru

Hi all , 

i have an incident which says , ' New'  ui button is not visible on related list .  Just Edit button is visible 

find_real_file.png

 

 

when i check that UI action for that table , its a global  ui action and it has condition which is  hiding  'New' button on related list . 

condition in UI action :   current.canCreate() && !RP.getListControl().isOmitNewButton() && !RP.isRelatedList()

Last condItion in below  condition is causing this issue . what is RP means  in this condition , how do i resolve this incident so that New button is visible to eligible users . 

 

find_real_file.png

 

what to do to make New button visible on the form  without  affecting global button which might show impact some wher else where this UI action is used  . 

Please give me best approach to resolve this incident . 

 

Thanks

 

1 REPLY 1

Archana Reddy2
Tera Guru

Hi Vahini,

I guess that the New button is omitted on the related list.

Go to Configure --> List Control

There, you can see a checkbox named Omit new button, uncheck that. This works if my guess is right.

Mark the answer as Correct/Helpful based on the impact.

Thanks,

Chappidi Archana