Dictionary Override
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2024 01:42 AM
Hi All,
I have a requirement- 'On the incident form, users should only be able to select active locations, however, they should be able to change the filter to all locations if they need to actually select an inactive location.'
I have configure the dictionary override on incident table for Location field and added the reference qualifier as 'active=true'; Even though users are able to see the all the locations including the inactive locations as well.
Also, they should have an option to change the filter to select the inactive locations if they need. How can we fulfill the requirement?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2024 03:08 AM
Hi @Rooma1
I believe you are using wrong condition in reference qualifier. As Location field is referenced to cmn_location table and there is no active field present OOB. You need to use customized conditions here
If my response helped you in any way, please mark helpful/accepted.
Regards,
Priyanka Salunke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2024 03:14 AM - edited 01-31-2024 03:15 AM
Yes, OOB no active field is present but there is a user defined field called u_active and the condition which i am using is below:
Javascript:u_active=true;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2024 09:03 AM
I tried creating a dynamic reference qualifier but it is still not working. Can you please help here?
Thanks,
Rooma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2024 09:48 AM
@Rooma1 , I believe u-active field is choice type. If yes remove quotes for true value in query and try.
Could you please confirm once with this custom active field you have data in location table in system.
Hope it helps. Please mark helpful/accepted of it helps.
Regards,
Priyanka Salunke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2024 04:29 AM - edited 02-19-2024 05:14 AM
@Priyanka_786 The field 'u_active' is of type - True/False. Even if I remove the quotes, it is not working.
Thanks,
Rooma