NOTICE: You are in the old ClientSpace Help system. Please link to the new ClientSpace Help here https://extranet.clientspace.net/helpdoc/home/ClientSpace.htm

Development Backlog for NEXT

Summary

The following document is a summary of outstanding development items for NEXT.  This list is current as of the modified date at the top of the document and will be updated regularly.




NEXT Datatypes

Most, but not all datatypes have been converted for NEXT functionality.  These unconverted datatypes will display a field showing "Not Implemented" instead of containing field data.  Data stored in these fields is still accessible via our Classic version of the application.

Deprecated Functionality

The items below have been deprecated in our ClientSpace Next application.

Download: This functionality has been replaced with Business Intelligence reporting - use the option to export to .csv / Excel.

Print: Currently this functionality has been deprecated in favor of printing from the browser. 


Internet Explorer

  1. Click the Restore Down button  in the upper right to go from Full Screen to a windowed view.
  2. Next will sense this window change and activate its responsive design elements, allowing you to collapse the right and left nav areas using the Hamburger menu controls (collapse controls).
  3. Use Ctrl + P to bring up a windows Print dialog.
  4. Click the Options tab and insure the "Print Frames" option is set to "Only the selected frame"
  5. Print.

FireFox

  1. Click the Restore Down button  in the upper right to go from Full Screen to a windowed view.
  2. Next will sense this window change and activate its responsive design elements, allowing you to collapse the right and left nav areas using the Hamburger menu controls (collapse controls).
  3. Right click the area you want to print and select This Frame... | Print Frame.

Google Chrome

 Currently the only supported method of printing frames in Google Chrome is to add the "This Frame" context menu Chrome app which allows functionality similar to FireFox.


Summary

With the advent of ClientSpace NEXT, NetWise has implemented Server Side Merges.  This merge methodology shifts the burden of merging data into a document from the local computing hardware to the server, removing the need for the Security Policy Editor and dramatically increasing the speed of large merges.  Changes in the merge technology have made the behavior of the office products, Excel in particular, a little less forgiving in regards to format of the data and the merge template documents.  The following document describes the current known issues that may crop up with existing merges and how to fix them.

  

Merge Issues

Array Formulas:

Microsoft defines array formulas as "An array formula is a formula that can perform multiple calculations on one or more of the items in an array. Array formulas can return either multiple results or a single result."  This makes array formulas convenient in dealing with large expanding rows of numerical data such as comp code rows in a merge and was often used on tabs called "Calculated" or "Normalized".  Unforutunately due to the way the data is merged into the workbook server side, these array formulas no longer work.  Any existing merge with array formulas will need to be changed to utilize the COUNTA methodology.

An example of an array formula would be:

"={Begin_CurrentCompCode:Row_CurrentCompCode}"

This would be replaced with:

 "=COUNTA(Begin_CurrentCompCode:Row_CurrentCompCode)"

Formulas embedded below expanding row data:

Expanding row data is multiple columns and rows of data, most often variable amounts that will auto expand the table in excel - a good example of this would again be Pricing Comp Code data as the number of rows would change based on the number of Comp Codes returned to the workbook.  Server side merge methodology is not as forgiving about placing formulas with name range references below this expanding row type data.  Currently the expanding rows will cause any formulas with named range references contained in them to break.  It is recommended you alter the Excel Worksheet to place such formulas above any expanding row data on the worksheet.

"Row_" named range issues:

 It has been a NetWise best practice to preface the name of expanding row cells with "Row_" - previously including a named range without this preface in an expanding row table would not cause errors when merging data, it would just cause the data to not appear.  Server side merges, however key off this naming practice and also group the data in expanding row tables based on the presence of "Row_" at the beginning of the data node name.  All expanding row data will need to be formatted in this manner going forward, both from a SQL perspective as well as in the format of the named ranges on the template document.  For an example of this type of expanding row data, click the image below.

 

Data does not merge to presentation layer:

Because we are no longer utilizing the Security policy editor to merge data into a workbook, the security functionality of this tool is no longer available.  Depending on your Excel settings you may need to add an extra step to your process when opening an Excel or Word merge.

Allow the data to process to the other tabs by clicking the "Enable Editing" button at the top of the Excel Document

 

Should you encounter an issue with Server Side merges either in ClientSpace Classic or NEXT that you feel unable to resolve, please create a Client Service Case in the NetWise Extranet.


Next Backlog.docx

NOTICE: You are in the old ClientSpace Help system. Please link to the new ClientSpace Help here https://extranet.clientspace.net/helpdoc/home/ClientSpace.htm