Pre-filter slushbucket
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-21-2016 07:20 AM
I would like to have a slushbucket filtered automatically. For example, the slushbucket must display the users of a given company. I would like to have it filtered automatically and not manually supplied.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-16-2023 09:54 AM - edited ‎02-16-2023 09:56 AM
uri.set('sysparm_query', 'company=' + parent.company); - added filter based on the company field in the record
Do you know why this solution would not work? I came up with the same solution but it never worked even though I can see my query in the URL. Then I found your answer from some time ago confirming it should work.