UI Builder - Move form fields from one tab to another

raves12
Kilo Sage

I want few fields to be moved to a different tab in BCM Workspace. For example

raves12_0-1724234054225.png

 Above four fields to be moved to a different tab called "User Results". I have created the tab but not sure how to move these fields under the new tab in UI Builder.

 

2 REPLIES 2

Brad Tilton
ServiceNow Employee
ServiceNow Employee

The details tab has the form component in it and you can't just move fields out of the component. One thing you might try is removing the fields from the view that form component is showing in the details tab, then adding a second iteration of the form component to the user results or a new tab that shows a view with just the fields you want to move. I haven't actually tried this so I don't know for sure that it'll work but it's something to try.

Thanks Brad for the reply. I was going on a similar way>

1. Created a new tab "Test Tab".

2. Created a new view "test1" and added the view onto the form component.

 

raves12_0-1724678095739.png

 Still it renders the workspace view and doesn't forces the custom view and renders the same fields and sections as defined in the details tab.