How to open the conversational catalog items ordered through virtual agent in portal viewIssue Workaround to open conversational catalog items ordered through virtual agent in portal view instead of popup view.ResolutionChange the value of the system property 'glide.sc.conversational.request.question.limit' to -1. This property stores the maximum number of questions displayed in a virtual agent while ordering the catalog item in a virtual agent. Setting it to -1, forces all the catalog items to be non-conversational. Also make sure the system property 'glide.sc.va.render_type.legacy' is set to true. This property will render all the non conversational catalog items in portal view.