In ootb widget "Data Table from URL Definition",when case created using workspace,it is not showing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Hi SathigariA,
This issue is due to data visibility / filter mismatch, not the widget itself.
1. Root cause
- Workspace creates case correctly ✅
- But portal widget shows only cases where:
Contact / Consumer = logged-in user
If case created from Workspace:
contact/consumermay not be set properly
So it doesn’t appear in portal
2. Fix (most important)
Ensure when case is created:
- Contact / Consumer field is populated correctly
For external users:
consumer = logged-in portal user
3. Check widget filter
Go to:
Widget: Data Table from URL Definition
Check filter condition:
- Usually something like:
OR
If mismatch → records won’t show
4. Fix options
Option 1 (Recommended)
Update case creation logic (Workspace):
- Set:
contactORconsumer= correct user
Option 2
Update widget filter to include:
- Opened by
- Requested for
Example:
5. Also verify
- ACLs for external user
- Case visibility rules
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Hello @SathigariA
If a case is created by populating Account and Contact, then it is not visible to a user with the sn_customerservice.consumer_agent role.
Similarly, if a case is created by populating Consumer, then it is not visible to a user with the sn_customerservice.agent role.
If a case is created without populating either Account/Contact or Consumer, then it is visible to both types of agents.
Could you please confirm if you are observing the same behavior and check this at your end?
