Process-Based App with Database Data Source (Classic)
This topic explains how to create a process-based app with database in the Classic Add an App experience.
Background and Setup
Video: Create Your First App
Examples
- (Example) Create a Process-Based App (Modern)
- Examples - Step-by-step use case examples, information about what types of examples are provided in the AgilePoint NX Product Documentation, and other resources where you can find more examples.
Prerequisites
- On the App Builder Process Designer Settings screen, set Default App Wizard Experience to Classic.
Good to Know
- AgilePoint does not support non-English characters in database table column names.
These characters are supported:
- Alphanumeric
- Underscore
- Space
- When you create a new app, the first version is automatically checked in.
- This topic applies to the classic Add an App experience. For the modern Add an App experience, refer to Process-Based App with Database as the Data Source (Modern).
How to Start
- Sign in to AgilePoint NX..
- Click App Builder.
- On the App Explorer screen, click Add App.
- On the App Type screen, click Process-Based App.
- Click Next.
- On the New App screen, complete the fields, and click Next. .
- On the New Process Model screen, complete the fields, and click Next. .
- On the Select Primary Data Source screen, select Database .
- Click Next.
Database Configuration screen > Configuration tab
Configures how to collect data from a database table for a process-based app.
Good to Know
- The word entity on this screen refers to a container within your data model. For Data Entities or Salesforce, this container is called an entity. For a database, entity refers to a database table. For SharePoint Integration, entity refers to a SharePoint list. For Microsoft Excel, entity refers to an Excel table.
Fields
Field Name | Definition |
---|---|
Data Source Name |
|
Database |
|
Create |
|
Schema Name |
|
Primary Entity Name |
|
Autosave data in Database |
|
Save A Copy Of Data In NX |
|
Database Configuration screen > Fields tab
Specifies the database columns to use in a process-based app.
Prerequisites
- Complete the Database Configuration screen > Configuration tab.
Fields
Field Name | Definition |
---|---|
Check box |
|
Display Name |
|
Data Type |
|
SchemaXPath |
|
Lookup Key |
|
Required |
|
Unique |
|
Database Configuration screen > Related Entity tab
Specifies the primary key / foreign key database table relationships to use in a process-based app.
Prerequisites
- Complete the Database Configuration screen > Configuration tab.
- The Related Entity tab is available if the primary entity has a related entity.
Good to Know
- The word entity on this screen refers to a container within your data model. For Data Entities or Salesforce, this container is called an entity. For a database, entity refers to a database table. For SharePoint Integration, entity refers to a SharePoint list. For Microsoft Excel, entity refers to an Excel table.
Fields
Field Name | Definition |
---|---|
Check box |
|
Primary Entity Name |
|
Primary Entity Key Field |
|
Related Entity |
|
Dependent Field |
|
Field |
|