Initializing help system before first use

Setting up your Development Environment

Custom view development with the JavaScript API involves editing JavaScript, HTML, and CSS source code.

Although you can use a lightweight text editor to develop your view it is recommended that if you are working on any sizeable app you should use Xpress Workbench. This provides code formatting, code analysis and code completion. This can lead to fewer mistakes and cleaner code.

If you wish to use an alternative development environment, for example, WebStorm, you can set up code completion on the Xpress Insight JavaScript API using the provided source code for the API in the following location:
<installdir>\insight\lib\javascript
For example, you can set up your app in WebStorm to use this as a library as follows:
  1. Go to the WebStorm application settings
  2. Open Languages & Frameworks > JavaScript > Libraries
  3. Click Add
  4. Name it XI JavaScript API and set Visibility to Global
  5. Click Add to attach directories
  6. Select <installdir>\insight\lib\javascript\insight-4.7
  7. Click OK
  8. Make sure the new library added to the list is Enabled

© 2001-2019 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.