Auto expand Order Guide's Include Items in Service PortalIssue Auto expand Order Guide's Include Items in Service PortalReleaseAll releases supporting Service PortalCauseThe Service Catalog Order Guide widget needs to be modifiedResolutionOpen the "SC Order Guide" widget (widget-sc-order-guide-v2):<Instance>/nav_to.do?uri=sp_widget.do?sys_id=480ca054db03320064301150f0b8f545Clone the widgetEdit the Body HTML template of the cloned widgetSearch for " <uib-accordion close-others="true">" and change the value to false: <uib-accordion close-others="false"> In the line directly below that:<uib-accordion-group class="accordion-header b" template-url="group-template.html" ng-init="initAttachmentCallbacks($index);" ng-repeat="item in includedItems track by item.sys_id | orderBy: 'order'" id="" is-open="item.isOpen"> change the last value to true so the whole line reads:<uib-accordion-group class="accordion-header b" template-url="group-template.html" ng-init="initAttachmentCallbacks($index);" ng-repeat="item in includedItems track by item.sys_id | orderBy: 'order'" id="" is-open="true">In the server script at line 111 item.delayView = false; Save the changeNavigate to the widget instance of SC Order Guide in Service Portal page editor: <Instance>sp_config?id=page_edit&p=sc_cat_item_guide&table=sp_instance&sys_id=10a030e347230200ba13a5554ee4904e Switch to the cloned SC Order Guide widgetSave the changeRelated LinksService portal Auto expand Order guide's Include Items on Choose option tab