Maintenance
Upgrading to V8
How to convert old style Web.Instance.List to a V8 WebForm
1 min
there have been significant enhancements to the browse instances style pages in v8 browse instance now support complex searches and more complete filtering than before v6 and below used an xml based format to configure these a web form version of these was added in v7 and is now the only format supported ? this document explains how to convert from the old xml based format to the new web form version open the current web instance list xml parameter and take a note of the setup rename the old parameter and create a new parameter called “web instance list" open the new webform and add the appropriate list control to the form e g for jobs add the joblist, for serviceinstances add the serviceinstancelist, etc select the new control and then set the following properties selecttype = none defaultaction = value set in original xml (e g approve) displayflags = value set in original xml (e g showdate) for each column in the “columns” section of the xml you will need to an activategridcolumn to the list control then set the following properties based on the values in the original xml title width (if required) boundvalue = you will need to add an “@” to the start of the expression if there is a format expression remove it and set the format in format property format (if required) your web instance list should look something like this if there are quick query buttons on the toolbar, these will need to be updated for v8 the following step explains what needs to be changed open the web instance toolbar form on each ribbon button update the following properties imageurl = search onclientclick = onquery delete the deprecated “click” property the properties panel should now look something like this