Training
Module
Create tables in Microsoft Dataverse - Training
Explore secure data management with Dataverse, learning how to create tables and import data into a cloud-based storage system.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
The CreateFolder table contains references to folders that need to be created explicitly for a particular component.
The CreateFolder table has the following columns.
Column | Type | Key | Nullable |
---|---|---|---|
Directory_ | Identifier | Y | N |
Component_ | Identifier | Y | N |
Directory_
External key into the first column of the Directory table.
Component_
External key into the first column of the Component table.
The folders in this table are created when the component is installed. An attempt is made to remove these folders only when the component is uninstalled or moved to run-from-source. No automatic removal is triggered if the folders become empty. In contrast, folders created by the installer but not listed in this table are removed when they become empty.
Because folders created by the installer are deleted when they become empty, you must author an entry into the CreateFolder table to install a component that consists of an empty folder.
This table is referred to when the CreateFolders action or the RemoveFolders action is called.
For information on how to secure a folder see the MsiLockPermissionsEx Table and LockPermissions Table.
Training
Module
Create tables in Microsoft Dataverse - Training
Explore secure data management with Dataverse, learning how to create tables and import data into a cloud-based storage system.