Servicenow interview questions

Vaishnavi35
Tera Guru

Hi,

 

1. If one category and sub category is selected assignment group should be mandatory only if the part is part of that group only. if he is not part of that group, it should not be mandatory.

2. Make a field visible or mandatory based on role. Other than UI policy.

3. In the List view, a person part of assignment group should only see records assigned to his group not the other groups.

3. What are the different views we have? list view, form view etc.,

It should not be hardcoded. 

 

Thanks,

Vaishnavi

2 REPLIES 2

Runjay Patel
Giga Sage

Hi @Vaishnavi35 ,

1. Not clear the requirements, your statement is contradictory.

2. You can make use of client script in that check role if it return true make field mandatory and visible.

3. Write display query business rule user current .addquery(), here you can make use of group is one of my group.

4. Generally it is two only list and form, but you name it like workspace view, portal view etc..

 

Accept the solution if it helped.

Nikhil Bajaj9
Tera Sage

1. Write client script to achieve it.

2. Client script to achieve

3. Write Display BR.

4. Yes List and Form view but in List and Form view we can create as many views as we want (Custom Views).

 

Regards,

Nikhil Bajaj

Please appreciate my efforts, help and support extended to you by clicking on – “Accept as Solution”; button under my answer. It will motivate me to help others as well.
Regards,
Nikhil Bajaj