UI Actions on workspace

Jack62
Giga Guru

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.

7 REPLIES 7

This original post is about two years old. Since then, the App menu and nav modules were relabeled:

 

WORKFLOWCOWBOY_0-1733245382926.png

 


--------------------------------------------------
Workflow Cowboy
LinkedIn: https://www.linkedin.com/in/dalestubblefield/
YouTube: https://www.youtube.com/@starlordnow

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.

TitouanO
Tera Contributor

Hello,

To have the "Action Bar Configuration" displayed from a custom Workspace : 

TitouanO_0-1757497128528.png

 

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

  1. Into the UX Page Property related list, create or locate an ActionConfigId
  2. Set it as follow :
    1. Name : actionConfigId
    2. Type : String
    3. Value : sys_id of the Action Configuration created in step 1
    4. Suffix : actionConfigId

You should have the ability to customize Action Bar from workspace !