- 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 ....
- 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
Table scope
If the connection string references files, the table scope defines what path is used as the base directory.
Below is a description of the available options for the table scope.
Scope |
Description |
---|---|
Server |
The base directory of the files is the Server data. These files can be found in the Superadmin Server data tab. Note: When deploying an app which references server data files to another UiPath Process Mining installation, the same files must be present on the new server.
|
Workspace |
The base directory is the root of the workspace of the current project. Note: In your workspace, only data files with a maximum size of 10 MB are allowed. To prevent the use of excessive storage space,
use Server scope instead if you want to use larger data files or data files that change often. When creating a release, the files belonging
to a workspace scoped table are packaged within the release and will be used automatically when deployed on any server. However,
if you need to update the data of such a table, you need to make a new release.
|
none |
This option is only used for tables that query data. Note: Do not use this option for tables that get information from files.
|
The table scope can be set in the Table Options dialog. Follow these steps to change the table scope.
Step |
Action |
---|---|
1 |
Go to the Data tab in your developer environment. |
2 |
Right click on the name of a connection string table and select Advanced - Options.... TheTable Options dialog is displayed. See illustration below. |
3 |
Click on the drop-down list of the Table scope field in the Advanced section and change the scope as desired. |