Can you expand the stages on a standard ticket?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2023 03:41 AM
I want to expand the stages on a standard ticket with the option to collapse rather than the other way around. Can I do this?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2023 06:13 AM - edited 06-28-2023 06:15 AM
- Set scope to (Service Portal - Standard Ticket) and Clone widget with ID "standard_ticket_header". Be sure to set an ID on the widget after cloning.
- Make these changes to your new custom widget
Update line 243 of server script:
f.stageWidget = $sp.getWidget('request_item_workflow_stages', {'onload_expand_request_item_stages': 'true', req_item_id: sysId});
- Open sp_page record with id "standard_ticket"
- Click Instance: (Standard Ticket Header). This will open the sp_instance record.
- Open widget tab and swap out with your custom header widget
- Reload your portal page.