Initializing help system before first use

The App Archive Structure

The archive has the following structure:
  • attachments: an optional folder containing files to install as app attachments when the app is created
  • client_resources: an optional folder containing user interface resource files. For example, files containing View Definition Language (VDL) code.
  • model_resources: an optional folder for model resource files. Model resource files are immutable and copied into the working directory of a job prior to the execution of the model.
  • source: an optional folder that serves as a convenient means to bundle the Mosel model source with the app. All files in this folder are ignored by FICO® Xpress Insight. FICO® Xpress Workbench expects to find the Mosel source files in this location.
  • tableau: an optional folder for the Tableau workbooks and Tableau packaged workbook files.
    Note The contents of a Tableau packaged workbook file are restricted to a Tableau workbook and images.
  • <filename>.bim: the compiled main model of the app
  • <filename>.xml: the companion file of the app
Conventional App Directory Structure

Example App Folder Structure

A directory named source is allowed in the app ZIP file as a convenient means of bundling the Mosel source with the app. All files in this directory are ignored by Xpress Insight. Model source files are also allowed in the root of the app archive and are also ignored.