
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2023 04:51 AM - edited ‎02-06-2023 04:52 AM
Hello Community,
I hope everyone is doing fine.
I have a widget in my csm portal for watch list.
At the moment all users from sys_user table is showing, however I would like to show only the contacts from the same account of the currently logged in user.
Does somebody know how to accomplish this?
Thanks in advance!
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2023 06:54 AM
Hello @Mike_R ,
I finally got it working, in the html code of the widget, the sn-record-picker, I had to change the table and some default query parameters.
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2023 06:34 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2023 06:39 AM
Hello @Mike_R
this is the query from the sn-record-picker in the html code:
default-query="'active=true^web_service_access_only=false^user_nameISNOTEMPTY^emailISNOTEMPTY^accountDYNAMIC7ee6b35e0f3210103ff81b41ff767e85'"
the last parameter is account is dynamic my account, but it is not working in the widget

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2023 06:42 AM
Hello @Mike_R
This is the query from the sn-record-picker in the html code in the widget:
default-query="'active=true^web_service_access_only=false^user_nameISNOTEMPTY^emailISNOTEMPTY^accountDYNAMIC7ee6b35e0f3210103ff81b41ff767e85'"
Last parameter is account is dynamic my account but it is not working in the widget
Regards

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2023 06:54 AM
Hello @Mike_R ,
I finally got it working, in the html code of the widget, the sn-record-picker, I had to change the table and some default query parameters.
Regards.