- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-20-2014 01:13 PM
I am trying to add a reference qualifier to the Assignment Group field so only groups with a type of Support are shown. I have tried the following combinations but to no avail:
- type=Support
- type='Support'
- type="Support"
- type=support
- etc.....
Do I need to use a sys_id instead of a string?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-20-2014 01:35 PM
I think you need to query the sys_id of that type record.
For more flexibility i would create a separate script and use javascript call in Ref Qual
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-20-2014 01:35 PM
I think you need to query the sys_id of that type record.
For more flexibility i would create a separate script and use javascript call in Ref Qual
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-20-2014 01:51 PM
Using the sys_id worked. I'll work on using the script and javascript call at some point but this fixed my immediate problem. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-20-2014 01:56 PM
The best way of getting the code for a reference qualifier I find is to navigate to the table (list) that the reference field is pointing to (in your case the group table), then use the filters to build the query you expect to put in to your reference qualifier. When you're happy that you have the right groups displaying, right-click on the filter then select Copy Query. The string that appears here can be pasted directly into the Reference qual field on the assignment group dictionary record. Let me know if you need any more clarification on this.
Cheers, Adam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-02-2015 03:17 PM
Awesome tip Adam....I just tried it and it worked like a charm !!!