Form - New Context Menu section with UI Actions items inside
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2025 08:06 AM
Hello,
I am working on modifying the form Context menu to include three UI actions inside a new Section. The goal is to develop a feature akin to the "Configure" section within the Context Form menu.
New Section Menu -> UI Action 1, UI Action 2, etc
I have been struggling to find information and make progress on this project.
Has anyone implemented this before? Any insights on how to make it work?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2025 11:49 AM
I attempted to implement your code example, but I cannot see any new sections appearing in the current menu. Then , I have tried various modifications from your example too , yet nothing is being displayed. Do you have any suggestions on what might be missing? is It your code working on your side?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2025 08:34 AM
hi Chaitanya
Thank you for sharing the information. However, none of it aligns with my specific use case.
What I aim to achieve is the creation of a new section, similar to the "Configure" section showed in the attached image (Not adding UI actions inside of the current "Configure" one), where I can incorporate my UI actions. This new section is intended to be displayed exclusively within the Form Context Menu.
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2025 08:39 AM
Hi @epinetti ,
then you have to use Dom manipulation and try to replicate the configure section
open the developer tools and see how the configure section is added in the form and try to follow the same steps with onload client script (refer last screenshot)
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya