Form - New Context Menu section with UI Actions items inside

epinetti
Tera Guru

 

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

7 REPLIES 7

hi @pavani_paluri 

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

epinetti
Tera Guru

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!

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