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.05 version includes the following new application constants:  

"ADVANCED_OPTIONS_BACKGROUND_COLOR": "#39a5dc"

  • Set the background color for the Advanced Options GUI 

"USE_ALTERNATE_HIERARCHY_CAPTIONS": false

  • Set to true to enable displaying captions only from alternate hierarchy

"PENDING_CHANGES": false

  • Set to true to keep track of the changes made and display all of them in Save / Discard popup 

New Advanced Options

Version 2021.05 includes the following new advanced options to control the features and behavior of Widgets in UX applications.

Toolbar
  "toolbar": {
    "exportPrintButtonEnabled": true
  }
}
Click to copy

exportPrintButtonEnabled: Enables the Print option under Export button

Table
"table": {
	…
	"exportToExcelNumberFormat" : "#,###;(#,###);0;-",
	"exportToExcelWithGrouping": false,
	…
}
Click to copy

exportToExcelWithGrouping: Enable the row grouping option in the exported excel file 

exportToExcelNumberFormat: Set the number format for the hidden columns

Charts
  "chartOptions": {
    "waterfall": {
      "autoScaleLabels": true
    }
  }
}
Click to copy

autoScaleLabels: Abbreviates values in data labels in waterfall chart to K / M. (By default is set to true)

Filterbar
"filterbar":{
	…
	"backBtn": {
            "label": " Back",
            "iconClass": "fa fa-backward",
            "buttonClass": "btn-primary",
            "html":"",
            "targetView": [
               {
                  "view": "a99.z2.t3.v1",
                  "viewType": "Dashboard"
               }
            ],
      
         },
    "nextBtn": {
            "label": "Next",
            "iconClass": "fa fa-forward",
            "buttonClass": "btn-primary",
            "html":"",
               "targetView": [{
                  "view": "a13.v2",
                  "viewType": "View"
               }
				 ]
         }
Click to copy

iconClass: Set the back & next button icon (optional)

buttonClass: Set the button class e.g. btn-info, btn-success

html: Set the custom HTML for the button 

Wizard
"wizard": {
	 …
   "enterOnlyAtFirstStep": true,
	 …
}
Click to copy

enterOnlyAtFirstStep: Cannot navigate directly to this substep if there is no previous step.

Task Scheduler set up instruction is available under this link

0 Comments

Add your comment

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