What is Render property , what does it do .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2018 09:05 AM
Hi all ,
i have an incident which says , ' New' ui button is not visible on related list . Just Edit button is visible
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 .
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2018 09:18 AM
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