check the view you are in in Workspace?

Kiran Kumar 76
Tera Expert

I see many custom workspaces created in the instance, i need to check the view which a custom workspace is using once i opened the workspace

note : there are workspaces sharing views

any way to check the view name on a workspace a particular table record is using?

5 REPLIES 5

Brad Tilton
ServiceNow Employee
ServiceNow Employee

Hi Kiran,

The view is dependent on the page itself. You could have two different variants showing two different views for the same table in the same workspace. Could you elaborate more on the use case around this requirement? What is the problem you're trying to solve here?

Hi Brad,

 

@Brad Tilton Thanks for reply

 

i have to add problem task tab on the record ,i see other workspaces having it on the problem form

but a custom workspace  doesn't have this tab and not sure which view its picking

 

EX: in SOW we are using default view and it shows problem task tab ,but in my custom workspace i dont see the tab so figuring out the view to add the tab

If it's a custom workspace it's probably just using the default view, but you'd need to check the record page to see which view is specified in the form controller data resource.

@Brad Tilton  any way to keep a log to check it as its OOTB record page