- Release notes
- Getting started
- Installation
- Configuration
- Integrations
- Authentication
- Working with Apps and Discovery Accelerators
- AppOne menus and dashboards
- AppOne setup
- TemplateOne 1.0.0 menus and dashboards
- TemplateOne 1.0.0 setup
- TemplateOne menus and fashboards
- TemplateOne 2021.4.0 setup
- Purchase to Pay Discovery Accelerator menus and dashboards
- Purchase to Pay Discovery Accelerator Setup
- Order to Cash Discovery Accelerator menus and dashboards
- Order to Cash Discovery Accelerator Setup
- Basic Connector for AppOne
- SAP Connectors
- Introduction to SAP Connector
- SAP input
- Checking the data in the SAP Connector
- Adding process specific tags to the SAP Connector for AppOne
- Adding process specific Due dates to the SAP Connector for AppOne
- Adding automation estimates to the SAP Connector for AppOne
- Adding attributes to the SAP Connector for AppOne
- Adding activities to the SAP Connector for AppOne
- Adding entities to the SAP Connector for AppOne
- SAP Order to Cash Connector for AppOne
- SAP Purchase to Pay Connector for AppOne
- SAP Connector for Purchase to Pay Discovery Accelerator
- SAP Connector for Order-to-Cash Discovery Accelerator
- Superadmin
- Dashboards and charts
- Tables and table items
- Application integrity
- How to ....
- Rebrand and restyle Apps and Discovery Accelerators
- Updating the Application Settings
- Preparing your app for translation
- Generating Translation files
- Completing the translations
- Use sharding in your applications
- Create an anonymized dataset
- Set up automated data refreshes
- Use an access matrix to enable role-based access to data
- Working with SQL connectors
- Introduction to SQL connectors
- Setting up a SQL connector
- CData Sync extractions
- Running a SQL connector
- Editing transformations
- Releasing a SQL Connector
- Scheduling data extraction
- Structure of transformations
- Using SQL connectors for released apps
- Generating a cache with scripts
- Setting up a local test environment
- Separate development and production environments
- Useful resources
Updating the Application Settings
The UiPath Process Mining platform offers functionality to define application settings that can be changed by the application developers. In general, application settings are used to customize the look and feel of your applications.
resources/ApplicationSettings.json
.
ApplicationSettings.json
file from your workspace, a help function is available with useful information on the available settings.
Below is a description of the settings in the ApplicationSettings.json file that are used for translations:
Setting |
Description |
Example |
---|---|---|
fallbackLocale |
The locale to use if an unsupported translation locale is detected. The default value for
fallbackLocale is "en" .
|
|
supportedLocales |
A list of supported translation locales for this UiPath Process Mining platform. The default value for
supportedLocales is ["en"] .
|
|
ApplicationSetting.json
file.
Step |
Action |
---|---|
1 |
Go to the Superadmin Workspaces tab of your UiPath Process Mining developer environment. |
2 |
Click on the menu icon and select Application settings…. |
3 |
Add the following entries: (for example)
|
4 |
Click on OK to close the
ApplicationSettings.json file and to save the application settings.
|