How To : Using Import and Include
Page Status: Beta
Contents |
[edit] Description
This document describes how to import or include a previously posted project (either from Production or from the Share) into a different solution.
[edit] Prerequisites
Understanding Import and Include
Using the Share
Understanding Solutions and Projects
Understanding Application Posting and Deployment
Adding a Page to an AppProject
[edit] Procedure
To import a Posted Project:
- Select the solution into which you want to import the posted project.
- Click the Modify Dependencies button on the toolbar.
- In the dialog box that's displayed, select the posted project you want to import (to import a project from the Share, select the Share tab first).
- You can select a project from the projects that are marked as the current post.
- Or you can unselect View Current Only and select any posted project. The current version will be bold.
- Click the arrow button [>>] to move the project to the right.
- On the right side of the dialog, in the drop-down box for Type, select Import.
- Click OK.
- In the dialog box that's displayed, verify the posted projects you are importing. Click OK.
- The posted project you imported is now a project within your current solution.
To include a Posted Project:
- Select the solution into which you want to include posted project.
- Click the Modify Dependencies button on the toolbar.
- In the dialog box that's displayed, select the posted project you want to include (to include a project from the Share, select the Share tab first).
- You can select a project from the projects that are marked as the current post.
- Or you can unselect View Current Only and select any posted project. The current version will be bold.
- Click the arrow button [>>] to move the project to the right.
- On the right side of the dialog, in the drop-down box for Type, select Include.
- Click OK.
- The posted project you selected is now included within your current solution.
To use an included project:
The objects in the included project can be access when selecting a site (for example, when selecting a Type for a field).
- In the Property Editor, click the ellipsis [...] button next to Type.
- In the dialog box that's displayed, click the Dependencies tab.
- With the Dependencies tab selected, scroll to the bottom of the top pane. Included projects will show up after the BungeeRuntime project types.
- Select the desired object. Click OK.
[edit] Error Handling
[edit] Examples
[edit] Next Steps