How do I add another column to the bulk edit module?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
I need to add another column to the bulk edit module. I am trying to specifically add the "Is physicist inspection required?" column. When I added the "Is physicist inspection required?" column to the form builder in the Bulk Update UIB view, it is not reflected on the bulk edit module.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
56m ago
The bulk edit "Edit items" panel in a workspace doesn't render from the Bulk Update UIB form variant — it renders from the form view configured on the underlying table (often named "Workspace" or, for SOW, "Service Operations Workspace"). Adding the field to the UIB variant has no effect on the bulk edit dialog.
Try fix:
1. Identify the view your workspace uses. On the UX Application record (Now Experience Framework → Experiences, or in UI Builder → Experience → Settings → Advanced settings), check the viewRuleConfigId page property → UX View Rule → view name.
2. On the work order table (e.g. x_nuvo_eam_work_order), open Form Layout in the classic UI, switch to that view, and add u_physicist_inspection there.
3. Reload the workspace.
If no custom view rule is configured, the bulk edit uses the table's default form view, so add the field to that view.
