InVision 2.2.0 Released

InVision 2.2.0 is ready for use and contains both new features, enhancements and bug fixes to earlier version. If you plan to upgrade an existing InVision solution, it is important that you upgrade the Profitbase Installation Manager first.

Read more

Profitbase Installation Manager

With the release of InVision 2.1 the first version of Profitbase Installation Manager is released. The plan for the Installation Manager is that it will serve as the platform from where you install all our software, InVision, InFront and Studio.

In order to install a new version of Profitbase InVision you will first need to install

Read more

InVision 2.1 Released

The main focus for this release has been about adding a more flexible authentication model by supporting OpenID Connect and Azure Active Directory in addition to the existing Windows authentication option. This enables us to support most modern authentication options, such as Google, Facebook, Twitter, Azure AD and custom user name / password solutions.
We have also improved Users + Permission Management to make it faster and easier to work with, and additionally, added many new capabilities and features to the platform to increase developer productivity and end user experience.

Read more

Profitbase InVision 2.0 Released!

Hi all,

We’re happy to announce the release of Profitbase InVision 2.0! The primary focus for 2.0 has been porting the End User Client from Silverlight to HTML5. We’ve also added many new features to the platform and enhanced existing functionality.

Read more

Creating Workbook Plugins – Conditional Execution of GenericAction

This is part 5 in the series about creating Workbook plugins for Profitbase InVision.

Part 1 : The Basics
Part 2 : Reading data using the Sql Script Web Service API
Part 3 : Writing data using the Sql Script Web Service API
Part 4 : Publishing events to the Workbook
Part 5 : Conditional execution of GenericAction (this one)

Download : Source code and sample database

In this post, we’ll walk through how to configure what to do when the GenericAction of a plugin is called.

Read more

Creating Workbook Plugins – Publishing events to the Workbook

This is part 4 in the series about creating Workbook plugins for Profitbase InVision.

Part 1 : The Basics
Part 2 : Reading data using the Sql Script Web Service API
Part 3 : Writing data using the Sql Script Web Service API
Part 4 : Publishing events to the Workbook (this one)
Part 5 : Conditional execution of GenericAction

Download : Source code and sample database

In this post, we’ll walk through how to publish events from a plugin, so that other components in the Workbook can react and do their thing.

Read more

Creating Workbook Plugins – Writing data using the Sql Script Web Service API

This is part 3 in the series about creating Workbook plugins for Profitbase InVision.

Part 1 : The Basics
Part 2 : Reading data using the Sql Script Web Service API
Part 3 : Writing data using the Sql Script Web Service API (this one)
Part 4 : Publishing events to the Workbook
Part 5 : Conditional execution of GenericAction

Download : Source code and sample database

In this post, we’ll walk through using the Web Service API of InVision to write data to the database. As I mentioned in Part 1, InVision is built using AngularJS, so some experience with that framework is required.

Read more