Data Stores¶
Data Stores is used to register shared data stores that can be used across multiple domains. The preserved documentation notes that these shared stores are referenced in database operations through the dataStore parameter.
When to Use This Page¶
Use this page when you need a shared store for multi-domain data access or when you need to deploy a database structure to that shared store.
Shared Store Naming¶
To be recognized as a shared data store, the store name must start with the PS_ prefix.
Process Definition Field¶
This page also includes a process-definition field used to define the store structure.
The existing documentation states that you can paste the complete process-definition XML into this field to deploy the required schemas and tables to the selected shared data store.