...
Config Key | Mandatory/ Optional | Type | Purpose |
---|---|---|---|
Category: Application related | |||
APPLICATION_LAYOUTTYPE | Mandatory | Lov | This key is used to provide the entire application layout on the browser. Possible values "TAB" or "CARD" or "EXCARD" or "APP" or "TABLE_TOP". |
APPLICATION_NAME | Mandatory | String | This key is used to provide the name for the application. |
LANG_COUNTRY_CODE | Mandatory | String | This key is used to provide the language country codes, which is used by the application. |
DEFAULT_CURR | Mandatory | String | This key is used to provide the default currency that is used by the application. |
DEFAULT_AMOUNT_FORMAT | Mandatory | String | This key is used to provide the default amount that is used by the application. |
DEFAULT_THEME | Mandatory | String | This key is used to provide the default theme of the application. |
DEFAULT_FONT_SIZE | Mandatory | String | This key is used to provide the default font size of the application. |
SERVER_TIMEZONE | Mandatory | String | This key is used to provide the server time zone. |
HANDLER_PROPERTIES_FILE | Mandatory | String | This key is used to provide the handlers. |
SHOW_TOOLS_AS_LINEAR | Mandatory | Boolean | This key is used to provide the apps tools rendering style. |
ENABLE_WIDGET_DATA_SHRINK | Mandatory | String | This key indicates whether the app needs to be shrunk or not. |
Category: Configuration related to Design Your Canvas | |||
DYC_VALID_LAYOUT_CATAGORIES_FOR_APPSTORE | Mandatory | String | This key is used to provide the list of layout categories that are needed for Design Your Canvas. |
DYC_ALLOWED_WIDGETS_LIMIT_FOR_APPSTORE | Mandatory | String | This key is used to provide the total number of apps available for Design Your Canvas. |
DYC_INCLUDE_ALL_CATAGORY_IN_APPSTORE | Mandatory | Boolean | This key indicates whether to include all categories in design your canvas. |
DYC_CUSTOM_WORKSPACE_MENU_ITEMS | Mandatory | String | This key is used to provide the list of menu that is acceptable in Design Your Canvas. |
DYC_DEFAULT_WORKSPACE | Mandatory | String | This key is used to provide the default workspace that is used by Design Your Canvas to get default menu. |
DYC_ENABLE_IND | Mandatory | Boolean | This key indicates whether to enable Design Your Canvas or not. |
Category: Configuration related to other stuffs | |||
ALERT_TEMPLATE_PROP_FILE | Optional | String | This key provides the message template used for alert. The default value is message_templates. |
POS_BTN_ALIGN | Mandatory | String | This key provides the value that specifies the position of the Positive Action buttons on the form button bar. The applicable values are LEFT and RIGHT. |
NEG_BTN_ALIGN | Mandatory | String | This key provides the value that specifies the position of the Negative Action buttons on the form button bar. The applicable values are LEFT and RIGHT. |
M_NAVIGATION_ENABLED | Mandatory | Boolean | This key indicates whether to enable or disable the navigation in mobile. |
ENCRYPT_SERVER_CALLS | Mandatory | Boolean | This key indicates whether to encrypt each server call or not. |
ALERT_VIA_PIGGY_BACKFLAG | Mandatory | Boolean | This key indicates to enable or disable the piggy back flag. |
IMPL_TEMPLATES_FOLDER_PATH | Mandatory | String | This property will define implementation path. |
AUDIT_ENQUIRY_DATE_LIMIT | Mandatory | String | This property will define the duration limit in days for audit data. |
Category: Application Header and Footer related | |||
ENABLE_HEADER | Mandatory | Boolean | This key is used to provide the property to enable or disable header in the application. |
ENABLE_FOOTER | Mandatory | Boolean | This key is used to provide the property to enable or disable footer in the application. |
EXCARD_LAYOUT_FOOTER | Mandatory | Lov | This key provides the property to set the footer for Excard layout. Possible values are APP or TABLE_TOP |
APPLICATION_LOGO | Mandatory | String | This property will define the Application LOGO. |
WS_MENU_RENDER_TYPE | Mandatory | String | This property will define the workspace menu render type. Possible values "RIBBON" or "ACCORDION" |
Category: System Level Component Preferences | |||
DEFAULT_COLOR_PALETTE | Mandatory | String | This property sets the default color palette for the chart apps. |
WEEKENDS_TO_HIGHLIGHT | Mandatory | String | This property sets the weekends. This is a comma separated list of the weekends. Use 0 for Sunday, Use 1 for Monday, Use 2 for Tuesday, Use 3 for Wednesday, Use 4 for Thursday, Use 5 for Friday, and Use 6 for Saturday. |
FORM_CONTAINER_FULLSCREEN_IND | Mandatory | String | This key sets an indicator to enable form container full screen mode. |
AVAIL_CURRENCY_LIST | Mandatory | String | This property will define the availability currencies. |
AVAIL_THEME_LIST | Mandatory | String | This property will define the availability Themes. |
Category: Email related | |||
EMAIL_TEMPLATE_FILE_NAME | Mandatory | String | This property defines the property file for email templates. |
smtp.enabletls | Mandatory | String | This propertydefines whether the Transport Layer Security (TLS) is enabled for the Simple Mail Transfer Protocol (SMTP) is an Internet standard for electronic mail (email) transmission or not. 'True' indicates TLS is enabled and 'False' indicates otherwise. |
smtp.host | Mandatory | String | This property defines the SMTP host. |
smtp.port | Mandatory | String | This property defines the port number of the SMTP server. |
smtp.credentials.username | Mandatory | String | This property defines the sender email address that will be used for 'Export to Email' feature. |
smtp.credentials.password | Mandatory | String | This property defines the password for the sender email address. |
EXPORT_TO_EMAIL_DATASOURCE | Mandatory | String | This property defines the path of the alert datasource that contains the function 'getAttachmentEncryptionPassword', which generates the encryption password for the email attachment. The default password for the attachment is first four characters of the logged-in user's name followed by the user's DOB, e.g. JOHN23011956. In case user's DOB is not found, the password will be JOHNXXXXXXXX. |
MAIL_ATTACHMENT_LIMIT | Mandatory | String | This property defines the maximum size limit of the email attachment. Default value is 5 MB. |
Category: Push Notification related | |||
fcm.server.key | Mandatory | String | This property defines the token that is used to connect with Google's Firebase Cloud Messaging (FCM) for enabling the push notification service. |
Category: Related to redesign your canvas | |||
RYC_ENABLED_IND | Optional | String | This property will define an indicator to enable the Redesign Canvas feature. |
...