create a ui action on incident form called : “MORE ACTIONS”
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2025 11:33 PM
--> create a ui action on incident form called : “MORE ACTIONS”
ONCE USER CLICK ON THAT BUTTON --> A DIALOUG BOX SHOULD APPEAR WITH 3 BUTTONS : CREATE PROBLEM , CREATE STORY , CREATE ENHANCEMENT
Expected output should be like below once user click the ui action :
Now , if user click on create problem , directly new problem record page should come , and the same way if user click create enhancement , then new enhancement page should open
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2025 11:50 PM
What would be the usecase here you are trying to solve?
you can easily achieve this without overengineering by using the OOB available functionalities and add the new buttons there
you can create a form context menu UI action (or workspace form menu) button.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2025 12:34 AM
sent me the script for above screen short
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2025 12:44 AM
you can check this record: 96717c8243a12110a3e28772d9b8f245 in sys_ui_action table as an example (create child incident)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2025 01:05 AM
How to create drop down box in create change request ui action?