Including Demo Data in a Scoped ApplicationIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } table tr td { padding: 5px; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } hr{ border-top-width: 1px; border-top-style: solid; border-top-color: #cccccc; } ul { list-style: disc outside none; margin-left: 0; padding-left: 1em; } li { padding-left: 1em; } --> This article will walk you through how to include demo-data in a Scoped Application. Creating non-metadata application files Demo data, or non-metadata application files, are files that are included in a scoped application to provide some demonstration of the functionality of the application. Records on regular metadata tables (tables that extend sys_metadata) will always be included in the application automatically, and you do not need to move them. In fact, you will not even have the option to do so because the Create Application File UI action is not available on metadata tables. Once a non-metadata file has been moved into the application, it will appear on the Application Files related list on the sys_app record as a Metadata Snapshot class, and will be published with your application. A record is also generated on the sys_metadata_link table, which is responsible for linking that record to the correct package folder. Application file creation options The Create Application File UI action provides three options: New Install and Upgrades, New Install, and New Install with Demo Data. Each of these options corresponds to a specific folder in the application package. Ultimately, these options correspond to specific values in the Directory column on the associated sys_metadata_link record. The options and their respective directory values are as follows: New Install and Upgrades: updateNew Install: unloadNew Install with Demo Data: unload.demo If you want to change an option later for demo data that has already been created, open the associated sys_metadata_link record and modify the Directory field according to the standard mappings. For more information See the Create application files to include sample data product documentation topic.