Board 10.6.0 Release Notes

What's New in Board 10.6.0

Card Object

The new Card object is available on the web application. The Card object is an alternative and graphical representation of the standard dataview object. The object is available on the toolboxes list on the web editor.

Once the object is dragged in the screen, the configuration is a standard layout setting. The blocks can be of any type (numeric, text, blobs) with the standard options like the data-entry available. The blocks are also drillable.

The layout configuration has the following constrains:

As soon as the row axis is defined, a card that contains all the blocks defined in the layout is shown per each of the occurrences of that entity. Each block is shown in the layout editor as a rectangle that can be positioned and resized inside the card.

 

card1.png

 

The card object is responsive. So, once the layout is configured, the card object puts as many cards element as possible on each single line.

It is possible to configure a fixed card height and width from the card settings panel. It is also possible to configure a gap between each of the card elements.

 

card3.png

 

Additionally, there is a dynamic option for the card width, so there is a max and a min width to configure to have the objects automatically resized within these limits. These sizes are measured in number of pixels.

 

Responsive Container

The new Responsive Container is now available on the toolboxes list of the web application. Once the object is dragged into the screen in design mode, it is possible to add other toolboxes (like dataviews, charts, labels, etc..) inside the container. Then it is possible to configure the layouts of the child elements.

 

responsive_container.PNG

 

As per the Card object, there are 2 available options for the children width under the grid settings: Fixed and Dynamic. This configuration will drive the sizing and positioning of the children objects. The dynamic option will help in fitting the available space in a better manner.

 

Expander

A new Expander object is available on the web application. The Expander is a container where it is possible to position child elements (other toolboxes). The child objects are displayed in column: 1st object then 2nd object below the 1st and so on. On these objects it is possible to set-up the visibility option. While the screen is in play mode, the position of these child objects depends on the result of the visibility properties. For example, if the expander contains 2 objects 1 dataview above and a chart below, if the visibility of the dataview is hiding the object, the chart is switched in the first position inside the expander container.

 

Quick Layout Edit

A new Quick Edit functionality is available on the web application. This feature is available only for the Dataview object for now.  From the quick Edit it is possible to show or hide on the fly the visible blocks defined in the layout.

 

quickEdit1.png

 

It is also possible to modify on the fly the axes of a layout. From the rows & columns menu it is possible to move the existing entities on the axes or to set other additional entities that are not present in the original dataview axes saved on the screen but have been set up by the screen developer in the layout settings.

 

quickEdit2.png

 

The Quick Edit Layout can be enabled or disabled from the layout editor. By default the Quick Edit is enabled in al the new dataviews and in the dataviews that already exists in a capsule. From the layout editor the quick edit configuration is available under the settings. It is possible to enable/disable it and configure additional entities that will be available by the end user on the screen in play mode. Additional entities can be added from the Add field, typing the name of the entity.

 

quickEdit3.png

Web Procedure Debugger

The Procedure Debugger is now available on the web application. The breakpoints can be enabled or disabled from the procedure designer when in edit mode.

 

Debugger1.png

 

When the procedure run, at the first breakpoint the debugger console is shown up with all its available commands.

 

Debugger2a.png

 

From there it is possible to control the execution flow with the buttons Continue, Next and Stop. Continue executes the procedure until the next breakpoint. Next executes the next step (with or without the breakpoint). Stop will break the execution of the procedure. There are then other command on the console to check the results of he procedure execution.

(1) clicking this icon it is possible to jump into the procedure and edit it

(2) it is possible to check the current selection during the procedure execution

(3) it is possible to create layouts and check data during the procedure execution

Other Enhancements

Font settings on the web objects

It is now possible to configure a specific font family on the web objects. The Font configuration is available on the right-side configuration panel selecting the web object in edit mode.

There is also the possibility to upload a Corporate Font on hte web application. The corporate Font will be available on the entire environmnet. This font can be uploaded from the Them section, available under the System Administration space.

 

Corporate_font.PNG

 

It is possible to load a Corporate Font for the capsule objects (.woff format supported) and one for the PDF exports (.ttf format supported).

Go To Screen on another Capsule

When configuring a Go to screen action, it is now possible to select another capsule and a target screen for the navigation procedure. The configuration is shown in the below image.

 

goto.PNG

 

New Locked by option on data-entry enabled blocks

A new option is available on the data-entry lock configuration. It is possible to decide if the locking block is locking when the value is 0 or different than 0. Blow the new configuration box.

 

lockOptions.PNG

 

Selector Object Enhancement

The settings configuration of the selector object has been reviewed as per the below image:

 

selector1.PNG

 

The Pause and Play function of the selector has been reviewed and enhanced. Multiple members selections dragging the mouse over the selector object are now supported.

 

Export Functionality available from procedures

It is now possible to configure an export action from a procedure. The files are exported on the server. The available export functions are:

1) Create Report procedure step: available in capsule procedures under the screen group. It runs the printing function on a specific screen when it's called from a procedure.

 

export1.png

 

2) Export Data procedure step: available in capsule procedures under the screen group. It runs the export data in excel format on a specific screen when it's called from a procedure.

 

export2.png

 

3) Export Presentation: available in capsule procedures under the Broadcasting group. It exports a presentation in a specific folder on the server that is running the Board Web API Engine. The Root Path by default is "C:/Board/Export". This parameter can be customized in the appsettings.config configuration file of the Board Web API Engine (available in the App_Data folder). This customization can be done adding the following parameter: <add key="exportPresentationActionRoots" value="path" /> where path is a custom root path. Multiple paths can be added using the comma as  a separator. Then, multiple path choices will be available on the  drop-down list in the root path field while configuring the procedure step. The sub path is not mandatory.

 

export3.png

Transporter Automation

It is now possible to automatize the execution of a transporter package. A Transporter package can be executed from MS Windows Powershell and command line or from Unix shell. This allows to automate and schedule the execution of Transporter packages during a given service window. This automation is available under the System Administration section on the CLI automation tile.

 

CLI1.PNG

 

All the instructions on how to run it are available on the CLI automation section of the web application.

It is mandatory to enable the Token service and create and have available the transporter package on the target instance.

 

Minor Changes

 

Fixes

 

Fixes included from 10.6.0.1

Fixes included from 10.6.0.2

 

UPDATE (16/06/2020):

BOARD 10.6.1.4 Patch Release

The Full BOARD installer packages have been updated. The new Patch versions contains a set of new features and bug fixing. All the details are listed below.

 

Bookmark selection

The Select Bookmark is a new feature introduced on the web application. It allows the users to create their own library of different selects that can be saved and reused in the capsule screens. So the users can play with the selections through selectors and screen selections (when it's allowed) and then save it. Each saved selection is called Bookmark. Each user can create its own bookmarks that are available just for himself.

The bookmarks can be created and used through the application menu as per the image below:

 

Bookmark1.png

 

Clicking on Select Bookmark the configuration pop-up window appears:

 

Bookmark2.png

It is now possible to give a name to the specific select bookmark, define a description of it (maximum 300 characters per each description) and then save it.

Once it is saved, the list of the available bookmarks is updated with the new bookmark. It is possible to edit the name and the description and delete the saved bookmarks through the pencil and recycle bin icons on the right side of the bookmark object.

It is possible to add new bookmarks clicking on the +BOOKMARK button.

It is possible to apply the bookmark to the current screen just double clicking on the bookmark. It is also possible to apply the bookmark to the current select window selecting the bookmark and clicking apply. Then the current select is updated appending the bookmark selection to the current select. The select bookmark supports the multi database option.

 

Bookmark3.png

 

 

My Screen View

The My Screen View is a new feature introduced on the web application. It allows the user to save a modified view of the capsule screens. The users can modify layouts through the layout editor and the quick edit layout, drills configurations and pager synchronizations in play mode and the save the custom view.

The custom view can be recalled from the user. It is possible to save a single view per each screen and each user have their own views available.

The My View function is available on the web application menu as per the image below:

 

MyView1.png

 

Clicking on My View the configuration pop-up window appears:

 

MyView2.png

 

Clicking on Pin It the modified view of the screen is saved and available for the user.

 

MyView3.png

 

The restore button apply the pinned view. The Update button will save and overwrite an existing saved view.

 

Dataview Column Sorting Option

It is possible to sort the columns of a dataview layout based on the column total value of a block. The sort by column is available only on the DataView Toolbox. It is available under the Filter settings of the Layout Designer. The Keep Top and Keep Totals Options are available for the sort by column.

 

sortByColumn.png

 

The column sorting is available only for layout with maximum 3 entities by column. It is not applied on blocks with the detail by option enabled.

 

Office Add-in connection through http/https protocols

Defining an host as an http/https address the add-ins will connect through the standard ports for those protocols and not through the 9700s ports. The protocol needs to be specified in the host configuration as per below:

 

addinHost.png

It is mandatory to have the BOARD WebAPI Engine deployed on the server to use this configuration because the web Engine is acting as a proxy for the communication with the BOARD Engine. If this configuration is used, it is not required to open the 9700-9710 TCP ports because the communication go through the standard http/https ports. When this host configuration is in use, the Windows Authentication is not available for the specific host configured in the connections.

 

Fixes and minor changes

This new version contains enhancements on the vertical layout settings:

There are also new general enhancement on the web client:

 

Below the list of fixes included in this version. If not specified, all the client-side fixes are applied to the web client only.

 

Upgrade instructions

Version 10.6 has a full web HTML5 client. Capsules that are created from the web client have a new format: ".bcps". The old ".cpsx" capsule can be still used in play mode in the old format. Old capsule in ".cpsx" need to converted into the new ".bcps" format to be used in edit mode on the web client (a common web browser). The migration process is automatic and documented HERE. The system will retain a copy of the capsule in the old format renaming it with the "(BKP) tag in the capsule name. The ".bcps" capsules cannot be opened from the BOARD Windows Client.

 

 

Important Notice

Excel Workbooks that contains Board Layouts configure with layout selections need to be verify. The layout selections may be lost during the upgrade process due a compatibility issue.

 

 

 

Broadcasting features installation

The broadcasting features (subscription, send to and broadcasting) require an additional service that execute the mailing function. The web API Engine installation (self-hosted) deploys a new service "BoardMailerService" that is used for the Broadcasting like functions. If the Web API Engine has been deployed under IIS, this new service is not automatically deployed on the instance. An additional set of CMD commands must be run on the server to deploy that service.

Below the commands for the "BoardMailerService" deploy:

 

"C:\Windows\Microsoft.NET\Framework\v4.0.30319\installutil.exe" "C:\inetpub\wwwroot\B10WEB\Bin\Board.Mailer.Service.exe"

sc config BoardMailerService start=auto

sc start BoardMailerService

 

Where "C:\inetpub\wwwroot\B10WEB" is the IIS path where the BOARD web application is hosted.

Other details on the configuration of the Mailer service can be found HERE.

 

Printing features installation

This features relies on a Windows process (Board.Web.Snapshotter.exe) that requires the installation of the .net Framework 4.7.1 . Please notice that this version of the .NET framework requires Windows Server 2012 or later.

 

If you are deploying the Board Web Service  using IIS, make sure to configure your instance as described below:

 

image527.jpg

The 'Snapshotter'  folder must be cut from the Bin Folder and copied in the IIS Board Website Root (like the App_Data folder).

For additional information please refer to the Boardville Community Wiki Document.

image529.jpg

 

In the Application Pool of the IIS Board Website, go to advance settings, and set parameter “Load User Profile” to true.

 

 

No additional configuration are requested if you're deploying the Board Web Service suing its own http Server.

 

After upgrading the Board Server it is required to upgrade all Board Client and Office Add-in installations to the same version 10.6. A Capsule created or saved using version 10.6 can't be re-opened with an older version such as version 10.5.x or even older.

When you open Capsules created with prior versions of Board (version 9 or 8) a request of upgrade to Board 10 format prompts out. If you click Yes the Capsule is automatically updated in few secs and enabled to the Board Web Client. If you click 'No' you can still go on to use the Capsule but with the Board Win Client only

 

Snapshotter (Printing Service) Configuration

It is possible to change some settings of the Snapshotter  Process editing the file C:\Program Files (x86)\Board\Board WebApi Server\App_Data\config\snapshotter.config  (if you run IIS refer to IIS App_Data Folder location path).

 

<add key="host" value="http://localhost:8011/" />

It's the snapshotter process host address. Change the IP port if needed

<add key="applicationUrl" value="http://localhost/" />

As configured on your site bindings, for example: https://yourhostname.board.com/

If the web application port has been changed, you need to specify the port here in the applicationUrl definition

<add key="minPoolSize" value="1" />

It's the number of Web Client (Browsers) that can simultaneously generates reports. By default it is from 1 (min) to 5 (max)

<add key="maxPoolSize" value="5" />
<add key="workingFolderPath" value="..\reporting\" />

The temporary folder path where screenshots are saved while generating the report

<add key="logLevel" value="Error"/>

You can setup  Error, Verbose, Debug. (Error by Default)

<add key="logPath" value="..\log\Snapshotter\{Date}.log" />

The folder Path where logs generated by the reporting jobs are saved.