Bulk Update ui action is not showing in transfer order in Hardware asset workspace
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
I am able to see Bulk Update UI Action in platform UI but not in Hardware Asset workspace.
Why is that so?
Thanks in Advance
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
Hi,
This is expected behavior.
The Bulk Update UI Action is a classic UI Action, which is supported in Platform UI (UI16), but not rendered automatically in Workspace.
Why it’s not visible in Workspace
- Workspace is built on the Now Experience framework
- It uses Declarative Actions (Action Framework) instead of classic UI Actions
- Therefore, UI Actions will not appear unless explicitly configured for Workspace
Option 1 (Recommended): Declarative Action
- Create a List Declarative Action
- Bind it to the Transfer Order Line table
- Configure it for multi-select (bulk operation)
Option 2: Action Framework / Script
- Create a server-side script (Script Include / Action)
- Invoke it via a Workspace action
- Pass selected records and perform bulk update logic
