Skip to main content
InSource Solutions

TN - 1056 Adding an IndustraForm Dashboard to j5

Adding an IndustraForm Dashboard to j5

Description
Adding an IndustraForm Dashboard to j5

  • Author: Ron Tanner
  • Published: 12/17/2020
  • Applies to: j5 International

Details

Please note: Information indicated in red are constants and should not be changed.

Step 1:

  • In the module that needs a dashboard add the file named 'industraformdashboards.yml'.

 clipboard_e0d401b6187354c6c97c1c2c0d58631e8.png

  • Add the following details in the 'industraformdashboards.yml' file:

schema: "industraformdashboards" 

version: "1.0" 

--- 

industraformdashboards:
  custom:
    title: "Custom Dashboard"
    industraform_spec: "j5.WorkInstructions.FormDashboards.test"

clipboard_e2b696fffe089798d9162d2c3508059f3.png

Step 2:

 

  • Add a folder named 'FormDashboards' in the same module and create a file with the extension . form.yml  into that folder with the same name as referenced in the .yml config file in step 1. In this case test.form.yml

clipboard_e0ee8a8de00d11259d3765931bcffc6bb.png

  • Copy the code of the IndustraForm created from the File tab in designer and paste it in the form.yml file. In this case paste it in test.form.yml file.

clipboard_edf6fc750c78f4b61ed4ab404ad946736.png

 

 

Step 3:

  • Add a module.yml file to the FormDashboards folder with the following details:

version: "1.2" 
schema: "module" 

--- 

{}
 

clipboard_efb0cb723cd0809797c4a5f1136a695b5.png

Step 4:

  • Add relevant permissions to the folder that contains the industraformdashboards.yml file.  Please note permissions should be assigned to the section name mentioned while creating  the industraformdashboards.yml config file.  In this case its ‘custom’. (Refer Step 1)

clipboard_e975164feabb63ed9630874a8783eff02.png

Step 5:

  • Run j5.

clipboard_ead2a573c9c4ecec3144ba6d3063e3dda.png

Notes: 

  • Changes to the IndustraForm are loaded on the fly, no need to re-start j5 
  • If want to add an entirely new dashboard then a re-start is needed, no need to run Setup Wizard though 
  • Hiding the 'Form Version', Note, Flag and submission section 
  • Check j5 start up - for the start of the dashboard’s app, etc.

 

 

 

Limitations 

  • Drill Down into other dashboards is not supported
  • Cannot export the dashboard to .pdf 

  

 

 

 

  • Was this article helpful?