How to create a new UI view based on the User type

Jishnu C Gopal
Kilo Contributor

how can i create a new UI View in my 'All Employee' form based on user type 'Employee and manager'.

 

3 REPLIES 3

Harsh Vardhan
Giga Patron

go to the view and create your custom one. 

then create view rule on your custom table. once you will be done then clear the cache by using cache.do then it will reflect on your form.

 

https://docs.servicenow.com/bundle/geneva-servicenow-platform/page/administer/navigation_and_ui/task...

 

also set the condition in view rule to reflect only for user type 'Employee and manager'

SaiRaviKiran Ak
Giga Guru

Hi,

Open required form and Navigate to Configure>Form layout. Create a new View

Navigate to View Rule and create a new view on your required table and condition should be when user type is 'Employee and manager'

Give your view name value in View Name field.

 

Thanks,

Ravi