Search icon
Subscription
0
Cart icon
Close icon
You have no products in your basket yet
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Low-Code Application Development with Appian
Low-Code Application Development with Appian

Low-Code Application Development with Appian: The practitioner's guide to high-speed business automation at enterprise scale using Appian

By Stefan Helzle
$36.99
Book Apr 2022 462 pages 1st Edition
eBook
$28.99 $19.99
Print
$36.99
Subscription
$15.99 Monthly
eBook
$28.99 $19.99
Print
$36.99
Subscription
$15.99 Monthly

What do you get with Print?

Product feature icon Instant access to your digital eBook copy whilst your Print order is Shipped
Product feature icon Black & white paperback book shipped to your address
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Buy Now
Estimated delivery fee Deliver to Egypt

Standard delivery 10 - 13 business days

$12.95

Premium delivery 3 - 6 business days

$34.95
(Includes tracking information)

Product Details


Publication date : Apr 29, 2022
Length 462 pages
Edition : 1st Edition
Language : English
ISBN-13 : 9781800205628
Category :
Table of content icon View table of contents Preview book icon Preview Book

Low-Code Application Development with Appian

Chapter 1: Creating an Appian Quick App

In this chapter, you will have your first contact with the Appian platform and create your first app. Creating an app will give you an impression of how the Appian user interface (UI) looks. You will define the data fields of a case as the foundation of that app. Appian will then automatically generate a framework of ready-made functionality around case management, task assignment, document management, and reporting.

The use case for this Quick App is the management of improvement requests by the quality assurance (QA) department. Typically, you will receive improvement requests by email, a phone call, or in a nice chat at the coffee machine. You enter and manage them in the Quick App to improve collaboration and transparency in your team.

We'll be covering the following topics in this chapter:

  • Login and first contact with Appian
  • Naming your Quick App
  • Defining case data
  • Setting permissions and generating an app
  • Testing your app

Getting your own Appian Community Edition is simple. Create an account at community.appian.com, go to your profile page, and request and manage your own Appian environment.

Figure 1.1 – Appian Community profile

Figure 1.1 – Appian Community profile

Login and first contact with Appian

To get started, you will need to log in to your Appian environment (the Community Edition or a corporate one). If your company enabled single sign-on (SSO), you do not need to enter a username and password and you can skip step 3. The following steps will guide you to the Quick Apps Designer:

  1. Enter the web address of your Appian environment. If you use the Community Edition, you will need to accept the license agreement.
  2. Once you are done with that, you will get the login screen. There, you will need to enter your credentials and click Sign In.
  3. Appian Community Edition greets you with a nice screen with information on how to learn more about the Appian platform, as illustrated in the following screenshot:
Figure 1.2 – Appian Community Edition after login

Figure 1.2 – Appian Community Edition after login

  1. From the waffle menu at the top right of the screen, select Quick Apps Designer, as illustrated in the following screenshot:
Figure 1.3 – The Appian waffle menu and its items

Figure 1.3 – The Appian waffle menu and its items

In case you do not see the Quick Apps Designer item in the waffle menu, please follow the next five simple steps:

Tip

This will only work if you are an administrator user in your environment. So, contact your system administrator if you are working in a corporate environment and do not see that menu item.

  1. Open the Appian Administration Console by clicking the Admin Console item in the waffle menu, as illustrated in the following screenshot:
Figure 1.4 – Opening Admin Console

Figure 1.4 – Opening Admin Console

  1. Navigate to the Permissions tab, as illustrated in the following screenshot:
Figure 1.5 – The Appian Administration Console

Figure 1.5 – The Appian Administration Console

  1. Click the Add Users to the Quick App Creators role link, as illustrated in the following screenshot:
Figure 1.6 – Administration Console permissions

Figure 1.6 – Administration Console permissions

  1. Click ADD MEMBERS in the membership list of the Quick App Creators group, as illustrated in the following screenshot:
Figure 1.7 – Membership list

Figure 1.7 – Membership list

  1. Enter Designers and click ADD, as illustrated in the following screenshot:
Figure 1.8 – The group to be added

Figure 1.8 – The group to be added

  1. Appian will reload the screen to reflect that change. Now, all users who have access to the Appian design environments also have access to the Quick Apps Designer, as reflected in the following screenshot:
Figure 1.9 – Group added

Figure 1.9 – Group added

You have now modified the permissions in the Appian environment and made the Designers group a member of Quick App Creators. As you are a member of Designers, you now have permission to access the Quick Apps Designer as well. If you want to allow everybody to create Quick Apps, add the All Users group instead. You might need to reload the browser window or log out and log in for the permission changes to take effect.

Click the NEW QUICK APP button in the top left of the screen, as illustrated in the following screenshot, to initiate a simple four-step wizard:

Figure 1.10 – The Quick Apps Designer

Figure 1.10 – The Quick Apps Designer

Naming your Quick App

To get started, think about a proper name and description for your new Quick App. Then, give the entries a name that implies what to enter. This helps your team to understand what the new app is about. Next, proceed as follows:

  1. Appian asks for some basic information, as shown in the following screenshot, which you enter according to the use case idea of improvement management:
Figure 1.11 – Quick App and entry naming

Figure 1.11 – Quick App and entry naming

  1. Click the CONTINUE button shown in the following screenshot to get to the next step:
Figure 1.12 – Filled-out form for improvement management use case

Figure 1.12 – Filled-out form for improvement management use case

Defining case data

The default fields are a good starting point. Leave them as they are. I will explain how to add the following fields to enable proper data management:

  • Description: A paragraph to describe the improvement
  • Department Manager: The manager responsible for the implementation
  • Department: The name of the department in which the improvement would need to be implemented

The default fields are shown in the following screenshot:

Figure 1.13 – Predefined default fields

Figure 1.13 – Predefined default fields

For each field, you define the name, a data type, and whether it is required or not. Some fields have additional options, which we will have a look at later.

Let's follow the next series of screenshots to add these three fields, as follows:

  1. Click the New Field button, as indicated in the following screenshot:
Figure 1.14 – Adding a new field

Figure 1.14 – Adding a new field

  1. Enter and select Paragraph for the data type, as highlighted in the following screenshot:
Figure 1.15 – Paragraph type

Figure 1.15 – Paragraph type

  1. Add another field and enter Department Manager for the label and select User as the type, as highlighted in the following screenshot:
Figure 1.16 – User type

Figure 1.16 – User type

  1. Name the last field Department and give it the type of Text.
  2. After adding the three fields, let's look at how the form and the dashboard will look. Click the PREVIEW FORM button to do so, as illustrated in the following screenshot:
Figure 1.17 – All fields added

Figure 1.17 – All fields added

Appian will display a preview of the form, and you can already enter data to see whether it fits your requirements, as indicated in the following screenshot:

Figure 1.18 – Form preview

Figure 1.18 – Form preview

  1. Click the DASHBOARD button highlighted in Figure 1.17 to switch to a preview of how the screen for each improvement will look. This is the result:
Figure 1.19 – The dashboard preview

Figure 1.19 – The dashboard preview

  1. Click the CLOSE button to close the review screen, followed by CONTINUE to get to the next step.

Setting permissions and generating an app

In the Access step, add users to the Owners field to define who is allowed to modify the app—for example, to add another field. By adding users to the Collaborators field, you enable them to participate in using the app.

Select an icon you'd like to represent the app's use case, as highlighted in the following screenshot:

Figure 1.20 – Defining permissions and icon

Figure 1.20 – Defining permissions and icon

Click the CREATE QUICK APP button to make Appian generate the final app. This takes a bit of time, so let's use that to recap what you did to create a Quick App, as follows:

  1. Define an app and record name.
  2. Define a name and type for the record's fields.
  3. Define who can work with the app and who can modify it later on.
  4. Wait a bit…
  5. Click the following link to open the Quick App:
Figure 1.21 – Quick App is created

Figure 1.21 – Quick App is created

The generated Quick App contains the following three tabs:

  • IMPROVEMENTS
  • TRENDS
  • MY TASKS

Check all the tabs. Since you have not entered any data yet, there is not much to see, as the following screenshot shows:

Figure 1.22 – The record list screen

Figure 1.22 – The record list screen

Testing your app

Testing is an important step in any software development, even in low-code with Appian and in a no-code approach when creating a Quick App. Later in this book, we will have a closer look at how testing and QA in Appian works. For now, let's create some new improvements to make sure the app works as designed. Proceed as follows:

  1. Click the + NEW IMPROVEMENT button, as illustrated in the following screenshot:
Figure 1.23 – Empty list, ready for adding items

Figure 1.23 – Empty list, ready for adding items

  1. You now see a screen to add a new improvement. This screen looks very similar to the one you saw just minutes ago in the preview function of the Quick Apps Designer, as we can see here:
Figure 1.24 – Add New Improvement screen

Figure 1.24 – Add New Improvement screen

  1. Enter some data to create a new improvement record item. An example of what to add is provided in the following screenshot:
Figure 1.25 – New improvement with some data entered

Figure 1.25 – New improvement with some data entered

  1. After clicking the SUBMIT IMPROVEMENT button, you should see a list showing your just created item, as depicted in the following screenshot:
Figure 1.26 – The record list showing one item

Figure 1.26 – The record list showing one item

  1. Click the new item to open it. You will see the data you entered a moment ago in the format as defined in the Quick Apps Designer, as illustrated in the following screenshot:
Figure 1.27 – The improvement record dashboard

Figure 1.27 – The improvement record dashboard

This app is instantly available on your mobile device. Download the Appian app from your mobile app store, start it and follow these four simple steps:

  1. Set up a new account.
  2. Add a new account.
  3. Enter the server name of your Appian environment.
  4. Enter your credentials.

The preceding steps are illustrated in the following screenshot:

Figure 1.28 – Account setup steps

Figure 1.28 – Account setup steps

Voilà—your first mobile app! Take a look:

Figure 1.29 – List of improvements on mobile

Figure 1.29 – List of improvements on mobile

Tap that list item to open the improvement. The following information is shown in the next figure:

Figure 1.30 – Improvement dashboard on mobile

Figure 1.30 – Improvement dashboard on mobile

Hence, with this we are done with testing our very first application.

Summary

There you go—congratulations! This is your first app in Appian: your personal Hello World. You learned how to open the Quick Apps Designer, assign a name, define the data and collaborators, and finally have Appian generate a Quick App. Play with your new app and collaborate with the colleagues you added. If you find out that there is a field missing, go back to the Quick Apps Designer and add it. And by adding more users as collaborators, you have your whole team on board in no time.

This is just the first chapter in this book, and there is so much more to discover in Appian. In the next chapter, you will learn more about how to get the most out of your new Quick App.

Left arrow icon Right arrow icon
Download code icon Download Code

Key benefits

  • Digitize and automate your business processes quickly using Appian's powerful low-code functionalities
  • Understand enterprise data models and turn them into actionable Appian Records
  • Use declarative code-style UI building to design intuitive UIs and reusable components in Appian

Description

This book is an exhaustive overview of how the Appian Low-Code BPM Suite enables tech-savvy professionals to rapidly automate business processes across their organization, integrating people, software bots, and data. This is crucial as 80% of all software development is expected to be carried out in low code by 2024. This practical guide helps you master business application development with Appian as a beginner low-code developer. You'll learn to automate business processes using Appian low-code, records, processes, and expressions quickly and on an enterprise scale. In a fictional development project, guided by step-by-step explanations of the concepts and practical examples, this book will empower you to transform complex business processes into software. At first, you’ll learn the power of no-code with Appian Quick Apps to solve some of your most crucial business challenges. You’ll then get to grips with the building blocks of an Appian, starting with no-code and advancing to low-code, eventually transforming complex business requirements into a working enterprise-ready application. By the end of this book, you'll be able to deploy Appian Quick Apps in minutes and successfully transform a complex business process into low-code process models, data, and UIs to deploy full-featured, enterprise-ready, process-driven, mobile-enabled apps.

What you will learn

Use Appian Quick Apps to solve the most urgent business challenges Leverage Appian s low-code functionalities to enable faster digital innovation in your organization Model business data, Appian records, and processes Perform UX discovery and UI building in Appian Connect to other systems with Appian Integrations and Web APIs Work with Appian expressions, data querying, and constants

What do you get with Print?

Product feature icon Instant access to your digital eBook copy whilst your Print order is Shipped
Product feature icon Black & white paperback book shipped to your address
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Buy Now
Estimated delivery fee Deliver to Egypt

Standard delivery 10 - 13 business days

$12.95

Premium delivery 3 - 6 business days

$34.95
(Includes tracking information)

Product Details


Publication date : Apr 29, 2022
Length 462 pages
Edition : 1st Edition
Language : English
ISBN-13 : 9781800205628
Category :

Table of Contents

22 Chapters
Preface Chevron down icon Chevron up icon
1. Section 1: No-Code with Appian Quick Apps Chevron down icon Chevron up icon
2. Chapter 1: Creating an Appian Quick App Chevron down icon Chevron up icon
3. Chapter 2: Features and Limitations of Appian Quick Apps Chevron down icon Chevron up icon
4. Chapter 3: Building Blocks of Appian Quick Apps Chevron down icon Chevron up icon
5. Chapter 4: The Use Cases for Appian Quick Apps Chevron down icon Chevron up icon
6. Section 2: A Software Project with Appian Chevron down icon Chevron up icon
7. Chapter 5: Understanding the Business Context Chevron down icon Chevron up icon
8. Chapter 6: Understanding Business Data in Appian Projects Chevron down icon Chevron up icon
9. Chapter 7: Understanding Business Processes in Appian Projects Chevron down icon Chevron up icon
10. Chapter 8: Understanding UX Discovery and the UI in Appian Projects Chevron down icon Chevron up icon
11. Section 3: Implementing Software Chevron down icon Chevron up icon
12. Chapter 9: Modeling Business Data with Appian Records Chevron down icon Chevron up icon
13. Chapter 10: Modeling Business Processes in Appian Chevron down icon Chevron up icon
14. Chapter 11: Creating User Interfaces in Appian Chevron down icon Chevron up icon
15. Chapter 12: Task Management with Appian Chevron down icon Chevron up icon
16. Chapter 13: Reporting and Monitoring with Appian Chevron down icon Chevron up icon
17. Section 4: The Code in Appian Low-Code Chevron down icon Chevron up icon
18. Chapter 14: Expressing Logic with Appian Chevron down icon Chevron up icon
19. Chapter 15: Using Web Services with Appian Integrations Chevron down icon Chevron up icon
20. Chapter 16: Useful Implementation Patterns in Appian Chevron down icon Chevron up icon
21. Other Books You May Enjoy Chevron down icon Chevron up icon

Customer reviews

Filter icon Filter
Top Reviews
Rating distribution
Empty star icon Empty star icon Empty star icon Empty star icon Empty star icon 0
(0 Ratings)
5 star 0%
4 star 0%
3 star 0%
2 star 0%
1 star 0%

Filter reviews by


No reviews found
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

What is the delivery time and cost of print book? Chevron down icon Chevron up icon

Shipping Details

USA:

'

Economy: Delivery to most addresses in the US within 10-15 business days

Premium: Trackable Delivery to most addresses in the US within 3-8 business days

UK:

Economy: Delivery to most addresses in the U.K. within 7-9 business days.
Shipments are not trackable

Premium: Trackable delivery to most addresses in the U.K. within 3-4 business days!
Add one extra business day for deliveries to Northern Ireland and Scottish Highlands and islands

EU:

Premium: Trackable delivery to most EU destinations within 4-9 business days.

Australia:

Economy: Can deliver to P. O. Boxes and private residences.
Trackable service with delivery to addresses in Australia only.
Delivery time ranges from 7-9 business days for VIC and 8-10 business days for Interstate metro
Delivery time is up to 15 business days for remote areas of WA, NT & QLD.

Premium: Delivery to addresses in Australia only
Trackable delivery to most P. O. Boxes and private residences in Australia within 4-5 days based on the distance to a destination following dispatch.

India:

Premium: Delivery to most Indian addresses within 5-6 business days

Rest of the World:

Premium: Countries in the American continent: Trackable delivery to most countries within 4-7 business days

Asia:

Premium: Delivery to most Asian addresses within 5-9 business days

Disclaimer:
All orders received before 5 PM U.K time would start printing from the next business day. So the estimated delivery times start from the next day as well. Orders received after 5 PM U.K time (in our internal systems) on a business day or anytime on the weekend will begin printing the second to next business day. For example, an order placed at 11 AM today will begin printing tomorrow, whereas an order placed at 9 PM tonight will begin printing the day after tomorrow.


Unfortunately, due to several restrictions, we are unable to ship to the following countries:

  1. Afghanistan
  2. American Samoa
  3. Belarus
  4. Brunei Darussalam
  5. Central African Republic
  6. The Democratic Republic of Congo
  7. Eritrea
  8. Guinea-bissau
  9. Iran
  10. Lebanon
  11. Libiya Arab Jamahriya
  12. Somalia
  13. Sudan
  14. Russian Federation
  15. Syrian Arab Republic
  16. Ukraine
  17. Venezuela
What is custom duty/charge? Chevron down icon Chevron up icon

Customs duty are charges levied on goods when they cross international borders. It is a tax that is imposed on imported goods. These duties are charged by special authorities and bodies created by local governments and are meant to protect local industries, economies, and businesses.

Do I have to pay customs charges for the print book order? Chevron down icon Chevron up icon

The orders shipped to the countries that are listed under EU27 will not bear custom charges. They are paid by Packt as part of the order.

List of EU27 countries: www.gov.uk/eu-eea:

A custom duty or localized taxes may be applicable on the shipment and would be charged by the recipient country outside of the EU27 which should be paid by the customer and these duties are not included in the shipping charges been charged on the order.

How do I know my custom duty charges? Chevron down icon Chevron up icon

The amount of duty payable varies greatly depending on the imported goods, the country of origin and several other factors like the total invoice amount or dimensions like weight, and other such criteria applicable in your country.

For example:

  • If you live in Mexico, and the declared value of your ordered items is over $ 50, for you to receive a package, you will have to pay additional import tax of 19% which will be $ 9.50 to the courier service.
  • Whereas if you live in Turkey, and the declared value of your ordered items is over € 22, for you to receive a package, you will have to pay additional import tax of 18% which will be € 3.96 to the courier service.
How can I cancel my order? Chevron down icon Chevron up icon

Cancellation Policy for Published Printed Books:

You can cancel any order within 1 hour of placing the order. Simply contact customercare@packt.com with your order details or payment transaction id. If your order has already started the shipment process, we will do our best to stop it. However, if it is already on the way to you then when you receive it, you can contact us at customercare@packt.com using the returns and refund process.

Please understand that Packt Publishing cannot provide refunds or cancel any order except for the cases described in our Return Policy (i.e. Packt Publishing agrees to replace your printed book because it arrives damaged or material defect in book), Packt Publishing will not accept returns.

What is your returns and refunds policy? Chevron down icon Chevron up icon

Return Policy:

We want you to be happy with your purchase from Packtpub.com. We will not hassle you with returning print books to us. If the print book you receive from us is incorrect, damaged, doesn't work or is unacceptably late, please contact Customer Relations Team on customercare@packt.com with the order number and issue details as explained below:

  1. If you ordered (eBook, Video or Print Book) incorrectly or accidentally, please contact Customer Relations Team on customercare@packt.com within one hour of placing the order and we will replace/refund you the item cost.
  2. Sadly, if your eBook or Video file is faulty or a fault occurs during the eBook or Video being made available to you, i.e. during download then you should contact Customer Relations Team within 14 days of purchase on customercare@packt.com who will be able to resolve this issue for you.
  3. You will have a choice of replacement or refund of the problem items.(damaged, defective or incorrect)
  4. Once Customer Care Team confirms that you will be refunded, you should receive the refund within 10 to 12 working days.
  5. If you are only requesting a refund of one book from a multiple order, then we will refund you the appropriate single item.
  6. Where the items were shipped under a free shipping offer, there will be no shipping costs to refund.

On the off chance your printed book arrives damaged, with book material defect, contact our Customer Relation Team on customercare@packt.com within 14 days of receipt of the book with appropriate evidence of damage and we will work with you to secure a replacement copy, if necessary. Please note that each printed book you order from us is individually made by Packt's professional book-printing partner which is on a print-on-demand basis.

What tax is charged? Chevron down icon Chevron up icon

Currently, no tax is charged on the purchase of any print book (subject to change based on the laws and regulations). A localized VAT fee is charged only to our European and UK customers on eBooks, Video and subscriptions that they buy. GST is charged to Indian customers for eBooks and video purchases.

What payment methods can I use? Chevron down icon Chevron up icon

You can pay with the following card types:

  1. Visa Debit
  2. Visa Credit
  3. MasterCard
  4. PayPal
What is the delivery time and cost of print books? Chevron down icon Chevron up icon

Shipping Details

USA:

'

Economy: Delivery to most addresses in the US within 10-15 business days

Premium: Trackable Delivery to most addresses in the US within 3-8 business days

UK:

Economy: Delivery to most addresses in the U.K. within 7-9 business days.
Shipments are not trackable

Premium: Trackable delivery to most addresses in the U.K. within 3-4 business days!
Add one extra business day for deliveries to Northern Ireland and Scottish Highlands and islands

EU:

Premium: Trackable delivery to most EU destinations within 4-9 business days.

Australia:

Economy: Can deliver to P. O. Boxes and private residences.
Trackable service with delivery to addresses in Australia only.
Delivery time ranges from 7-9 business days for VIC and 8-10 business days for Interstate metro
Delivery time is up to 15 business days for remote areas of WA, NT & QLD.

Premium: Delivery to addresses in Australia only
Trackable delivery to most P. O. Boxes and private residences in Australia within 4-5 days based on the distance to a destination following dispatch.

India:

Premium: Delivery to most Indian addresses within 5-6 business days

Rest of the World:

Premium: Countries in the American continent: Trackable delivery to most countries within 4-7 business days

Asia:

Premium: Delivery to most Asian addresses within 5-9 business days

Disclaimer:
All orders received before 5 PM U.K time would start printing from the next business day. So the estimated delivery times start from the next day as well. Orders received after 5 PM U.K time (in our internal systems) on a business day or anytime on the weekend will begin printing the second to next business day. For example, an order placed at 11 AM today will begin printing tomorrow, whereas an order placed at 9 PM tonight will begin printing the day after tomorrow.


Unfortunately, due to several restrictions, we are unable to ship to the following countries:

  1. Afghanistan
  2. American Samoa
  3. Belarus
  4. Brunei Darussalam
  5. Central African Republic
  6. The Democratic Republic of Congo
  7. Eritrea
  8. Guinea-bissau
  9. Iran
  10. Lebanon
  11. Libiya Arab Jamahriya
  12. Somalia
  13. Sudan
  14. Russian Federation
  15. Syrian Arab Republic
  16. Ukraine
  17. Venezuela