Pre-filter slushbucket

tillu
Giga Expert

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.

10 REPLIES 10

Dragan J
Tera Contributor

 

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.