UI Actions on workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2022 03:27 PM
Evening guys
I am trying to add some UI actions to our HR Workspace, (custom app but workspace configured works the same in all aspects) I have created the actions and ticked workspace form button and menu and added the script, but it is still not showing on a workspace ticket. I seem to remember a colleague adding an entry into a specific table, linking the action with the workspace but I can't find the table and no documentation was left.
Any help is appreciated as always.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2024 09:06 AM
This original post is about two years old. Since then, the App menu and nav modules were relabeled:
--------------------------------------------------
Workflow Cowboy
LinkedIn: https://www.linkedin.com/in/dalestubblefield/
YouTube: https://www.youtube.com/@starlordnow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2024 01:55 PM - edited 12-03-2024 02:01 PM
Great, SN has made it even more confusing by introducing new naming conventions for a process that was already confusing, and complex. All we want to do is add a UI action to a workspace drop down select box on a list view, like you do by simply ticking a box in the UI action in the past. Now it's become a struggle to even find how would one even begin to do this.
What a mess this platform has become.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hello,
To have the "Action Bar Configuration" displayed from a custom Workspace :
1) Create an Action Configuration (sys_ux_action_config) like "HR Actions"
2) Navigate to Form Action Layout () as mentionned above, then you can create multiple actions layout with the UI Actions you would like to have. (You can do this multiples times if you want to display multiples objects)
3) Navigate to sys_ux_page_registry, select your application
- Into the UX Page Property related list, create or locate an ActionConfigId
- Set it as follow :
- Name : actionConfigId
- Type : String
- Value : sys_id of the Action Configuration created in step 1
- Suffix : actionConfigId
You should have the ability to customize Action Bar from workspace !