Difference between revisions of "Exercise 10: Using Packages for Deployment"

From AgileApps Support Wiki
Tag: Reverted
Line 1: Line 1:
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
:{| border="0" align="left" cellpadding="5" cellspacing="1"
|
[[Part 4: Export Data|Previous]]
|}
:{| border="0" align="right" cellpadding="5" cellspacing="1"
|
[[A Step-by-Step Tutorial for Creating a Sample Application in the AgileApps Cloud|Home]]
|}
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
==Objective==
==Objective==
: In this exercise, you create a Package to back up your new Application and all the components that you have developed during this class.<br>
: In this exercise, you create a Package to back up your new Application and all the components that you have developed during this class.<br>
Line 21: Line 31:
[[A Step-by-Step Tutorial for Creating a Sample Application in the AgileApps Cloud|Home]]
[[A Step-by-Step Tutorial for Creating a Sample Application in the AgileApps Cloud|Home]]
|}
|}
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Revision as of 11:18, 14 December 2022


Previous

Home


Objective

In this exercise, you create a Package to back up your new Application and all the components that you have developed during this class.
To do so, you will use the Packages component of “Account Management” to enable packaging, versioning, and promotion of collections of Objects through the application development lifecycle.

Steps

  1. Navigate to Configuration > Administration > Account Management > Packages and click New Package.
  2. Type a Name as <your_subdomain>MyOrdersApp and provide a Description as shown:

    New Package johnrichardsMyOrders App.PNG

  3. Click Save.
  4. Click Add Item.
  5. Choose Item Type as Application and check the box next to the MyOrders application. Click Add to Package.

    Add Item to Package johnrichardsMyOrdersApp.PNG

  6. Review the Objects that are part of the application:

    Package johnrichardsMyOrders App.PNG

  7. Click Publish and click Save.

    Packaged App johnrichardsMyOrders App.PNG

Previous

Home