Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Multiple Views in Agent Workspace

Mahesh44
Kilo Expert

Hello,

I need to have 2 views on the same table in the agent workspace. Other than view rules how can I achieve? 

Why I am not looking for view rules? Because as per my requirement in workspace lists I have two different names but the table was the same.

Any Idea?

One more question - Why can't I set existing views? Because of configuring workspace view, I need to modify or add client scripts, UI actions and I don't what else to add......

Great Thanks,

Regards,

Mahesh

1 REPLY 1

Raghu Ram Y
Kilo Sage

Hi,

The best way is to do based on view rules only, if not then write a Client script and make use of below methods..

getView(), switchView();

For more info, check this link.