In this short series, we’ll walk through creating a simple Workbook plugin.
Part 1 : The Basics (this one)
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
Download : Source code and sample database
Profitbase InVision is built using AngularJS (1.0 right now), so some experience with AngularJS is required for building plugins.
You can download the source code and sample database for this demo from the link above. I won’t talk about how I built the UI since there’s nothing InVision specific about it, it’s just standard HTML, CSS and AngularJS.