AgileApps Support Wiki Pre Release

Part 3: Create a new Application using the Wizard

From AgileApps Support Wiki
Revision as of 06:56, 1 December 2022 by Wikieditor (talk | contribs) (Created page with "In this part of the exercise, you will create a new simple '''Order Management''' system application from scratch by using the Wizard. This application will be an '''Order Ma...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

In this part of the exercise, you will create a new simple Order Management system application from scratch by using the Wizard.

This application will be an Order Management System (OMS) that tracks Orders for a company that sells finished goods and raw materials to its customers. It will be a dynamic case management (DCM) application that has a case Object (that you will rename Order). You will also add an additional Object (Line Items) that will define the details of a product in an Order.

  1. Go to the Configuration page, under the Administration tile, click Applications. Click Create New Application.
  2. Select the Create Using Wizard tab. Populate the wizard as shown: Specify MyOrders for the Application Name. Since it is a Dynamic Case Management (DCM) application, it includes a Case Object. Name the Case Object Orders.
  3. In the Case Object section, click Define Object and then populate the dialog box as shown:
    Note: Make sure to specify Order for the Singular Form of the Display Label.
  4. Verify that the internal field names are correct and appear as shown above. For example, make sure that you did not type extra spaces in the Field Label which translate to extra underscores in the internal field name.
    Note: You can change a field label later but you will not be able to change the internal field name after you save the Object.
  5. Click Save.
  6. Add an additional Object with the name Line Items to your application and define its Object fields as shown below. A Line Item defines the details of the product that the customer wants to purchase in an Order.
  7. Click Save.
  8. Add a Relationship of type One to Many between the Orders and Line Items' Objects as shown:
    Note: The One to Many relationship means that an Agent can specify many products for a customer to purchase in one order.
  9. Click Create this Application.
  10. Click Ok. Confirm to leave the page. The new application appears in the browser:
  11. Note that the Application drop-down list now shows the Service Desk application and the three applications that you created in this exercise:
    Only one application can be opened/displayed at a time.