Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

Bulk Update ui action is not showing in transfer order in Hardware asset workspace

khandelwal2
Tera Contributor

I am able to see Bulk Update UI Action in platform UI but not in Hardware Asset workspace.

Why is that so?

 

khandelwal2_0-1776761997509.pngkhandelwal2_1-1776762015419.png

 

Thanks in Advance

 

1 REPLY 1

pr8172510
Giga Guru

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