Servicenow interview questions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2024 08:58 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2024 08:30 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2024 10:12 PM
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
Regards,
Nikhil Bajaj