New Control Parameters

New Application Constants

The default.constants.js file is located in the apq-c3-custom/js folder within the web app directory of the root install directory of your Apliqo Application server.

This file stores default constants for the Apliqo UX application. The 2021.07 FP2 version includes the following new application constants:  

'SNIPPETS_ENABLED':  true

  • Enable or disable the snippet functionality 

 'TASK_SCHEDULER_ENABLED': false

  • Change this option to true to enable Task Scheduler in the Settings dropdown list 

New Options in Settings.json

The settings.json file is located in the WEB-INF/config folder. Version 2021.07 FP2 includes the following new options:

  • Define the allowed file types that can be uploaded to the application 
"upload": {   
	"allowedExtensions": [
     "jpeg",
     "jpg",
     "png",
     "pdf",
     "xlsx",
     "xls"
     ],   
Click to copy
  • Enable sanitisation 
"sanitise": { 
	"dbr": true,
    "dbra": true  
    }  
Click to copy

0 Comments

Add your comment

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.