Service Mapping Rendered UI actions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā08-04-2025 09:20 AM
Does anyone know where the buttons under Actions are? They look like UI actions but are not listed in the system definition - UI Actions module.
mapped - applications -- select a service -- Actions on right side.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā08-04-2025 11:42 AM
@Derek19 do you mean the application service in Service mapping? What actions on right side? what is the name you see on the bottons? All I see on are botton saying 'changes'. Please elaborate. Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā08-04-2025 02:27 PM
certainly,
It says actions on the right, and underneath it there is several items.
Request for Data
Submit for Review
Approve
Reject
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā08-05-2025 06:15 AM
I have attached this screenshot, highlighted yellow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā08-05-2025 10:20 AM
@Derek19 to find the exact action behind the button, you can inspect the page.
Right click on the header --> Select 'Inspect' -> a side bar would open with many options. Select "network" -> select the 'Clear Network log' (the icon with an empty circle cut diagonally, the one next to Stop symbol on top Left corner.
After the Network log is cleared, click on the form botton, then observe the log it's triggering. Ususally, for the actions, select one of them like 'Request for Data', then you will see the exact action happened behind it in the Network log.
I can share you attachments if you want.