How to make a user unsassignable in any situation with script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2024 06:05 AM
Hi everyone, is there a way to make a user unsassignable in any situation, like incidents, record producers, requests ... I just the user to not appear in the list. Is there any way to do this with a Script Include/Client Script/Business Rule.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2024 06:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2024 06:33 AM
The problem with this @Sandeep Rajput is that there may be new record producers in the future and they dont want to have to deal with this "maintnance" everytime they create it, thats why Im trying to do it by script somethink that just makes that user unsassignable in any case.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2024 06:55 AM
@F_bio Santos In this case, I recommend you to use the advanced reference qualifier which which will use a script include method to return the reference qualifier query with sys_idNOTIN the comma separated list of sys_ids(sys_ids of those users who need to be excluded from the assignment) can be kept inside a system property and can be extracted inside a script include method using gs.getProperty(<property name>);
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2024 09:07 AM
So, for exemple I would do a Script Include and then put it on the reference qualifier of the field in the dictionary right ?