Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Portal List Data Widget - Instance Options
{
"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.
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
6 REPLIES 6
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Managed to do this by including: "filter": "ORDERBYDESCnumber",
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sunday
I wasn’t able to get this working for the number field, which is set as my primary column (same as yours). However, your solution does work for fields listed under the additional columns. Any further suggestions that I might've missed on how to get it working on the number column?