- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-24-2017 04:15 PM
Could somebody please help me figure how the 'New' button in the screenshot below was created & how its visibility is set?
I tried to look up 'Table' form's UI policies, Client Scripts, but I was unable to figure it out.
Fyi -
When I view my custom table, it shows the 'New' button.
However, when I view a table from a Global application — for example 'Embed Object' table , the button disappears.
Any help would be appreciated,
Regards,
Yogesh
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-24-2017 05:54 PM
Hi Yogesh,
It comes from the OOB UI Macro - 'table_col_embedded_function'
Turn off the following property to false to hide the button.
ListProperties.setHasTopNavActionButtons(false);
Hope this helps. Mark the answer as correct/helpful based on impact.
Thanks
Antin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-24-2017 06:32 PM
Hi Yogesh,
OOB or custom doesnt matter for this. I tried on an OOB instance. It works fine on both OOB and custom tables. Can you double check? Have you done any customizations?
Thanks
Antin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-24-2017 06:51 PM
Hi Antin,
You are right. I think i may have changed some OOB objects unknowingly.
If its working for you, it must work for me as well.
Thanks for confirming that.
I will close the thread and will try to debug what I changed that caused it to break on my instance.
Thank you again,
Yogesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-24-2017 06:54 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-24-2017 06:58 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-24-2017 07:24 PM
Thanks Antin,
Please forgive my extreme lack of knowledge but I have no idea how to check ACLs.
If you could let me know, I would check it and update you.
Thank you again,
Yogesh