- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
{
"category": "Incident",
"ID": "issues",
"table": "sn_customerservice_issues",
"view": "portal_issues",
"card_view_primary_column": "number",
"card_view_secondary_column": "short_description",
"card_view_additional_columns": "product|priority|state|contact",
"glyph": "bug",
"target_page_id": "form"
}Does any one know how to include sorting by number field?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi,
Is this your custom widget? If it is ootb widget then share the exact name of the widget
Palani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
OOTB - Portal Data List Widget
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
hello @vidhya_mouli ,
Refer this following code snippet ,
{
"category": "Incident",
"ID": "issues",
"table": "sn_customerservice_issues",
"view": "portal_issues",
"sysparm_query": "ORDERBYnumber",
"card_view_primary_column": "number",
"card_view_secondary_column": "short_description",
"card_view_additional_columns": "product|priority|state|contact",
"glyph": "bug",
"target_page_id": "form"
}
if this helps youu then mark it as helpful and accept the solution.
Regards,
Aditya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
This did not work. I even tried order_by and that too did not work.