Skills Practice Solutions - 06 - Creating Data Stores
Skills Practice Solutions - 06 - Creating Data Stores
In this exercise, you will create a data store for the VFM application that includes the
VFM_vehicle CDT as an entity.
To verify that the table has been created correctly, navigate in the designer interface to the
“Home” tab and click on the “Cloud Database” link. Expand the Appian structure and under
Tables, click on the vehicle table link. Click on the “Structure” tab and validate that the id
field name has a gold key next to it, indicating that it is the primary key, and
AUTO_INCREMENT is in the “Extra” column, indicating that the value will be
auto-generated. You should see a table structure like the one below.
SET SECURITY ON DATA STORE:
To set security on the Data Store, select the checkbox next to the object in the Application
Designer. Then select the “Security” button. Here you can add groups for security.