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
$15.99 per month
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 a Packt Subscription?

Free for first 7 days. $15.99 p/m after that. Cancel any time!
Product feature icon Unlimited ad-free access to the largest independent learning library in tech. Access this title and thousands more!
Product feature icon 50+ new titles added per month, including many first-to-market concepts and exclusive early access to books as they are being written.
Product feature icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Product feature icon Thousands of reference materials covering every tech concept you need to stay up to date.
Subscribe now
View plans & pricing

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 a Packt Subscription?

Free for first 7 days. $15.99 p/m after that. Cancel any time!
Product feature icon Unlimited ad-free access to the largest independent learning library in tech. Access this title and thousands more!
Product feature icon 50+ new titles added per month, including many first-to-market concepts and exclusive early access to books as they are being written.
Product feature icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Product feature icon Thousands of reference materials covering every tech concept you need to stay up to date.
Subscribe now
View plans & pricing

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 included in a Packt subscription? Chevron down icon Chevron up icon

A subscription provides you with full access to view all Packt and licnesed content online, this includes exclusive access to Early Access titles. Depending on the tier chosen you can also earn credits and discounts to use for owning content

How can I cancel my subscription? Chevron down icon Chevron up icon

To cancel your subscription with us simply go to the account page - found in the top right of the page or at https://subscription.packtpub.com/my-account/subscription - From here you will see the ‘cancel subscription’ button in the grey box with your subscription information in.

What are credits? Chevron down icon Chevron up icon

Credits can be earned from reading 40 section of any title within the payment cycle - a month starting from the day of subscription payment. You also earn a Credit every month if you subscribe to our annual or 18 month plans. Credits can be used to buy books DRM free, the same way that you would pay for a book. Your credits can be found in the subscription homepage - subscription.packtpub.com - clicking on ‘the my’ library dropdown and selecting ‘credits’.

What happens if an Early Access Course is cancelled? Chevron down icon Chevron up icon

Projects are rarely cancelled, but sometimes it's unavoidable. If an Early Access course is cancelled or excessively delayed, you can exchange your purchase for another course. For further details, please contact us here.

Where can I send feedback about an Early Access title? Chevron down icon Chevron up icon

If you have any feedback about the product you're reading, or Early Access in general, then please fill out a contact form here and we'll make sure the feedback gets to the right team. 

Can I download the code files for Early Access titles? Chevron down icon Chevron up icon

We try to ensure that all books in Early Access have code available to use, download, and fork on GitHub. This helps us be more agile in the development of the book, and helps keep the often changing code base of new versions and new technologies as up to date as possible. Unfortunately, however, there will be rare cases when it is not possible for us to have downloadable code samples available until publication.

When we publish the book, the code files will also be available to download from the Packt website.

How accurate is the publication date? Chevron down icon Chevron up icon

The publication date is as accurate as we can be at any point in the project. Unfortunately, delays can happen. Often those delays are out of our control, such as changes to the technology code base or delays in the tech release. We do our best to give you an accurate estimate of the publication date at any given time, and as more chapters are delivered, the more accurate the delivery date will become.

How will I know when new chapters are ready? Chevron down icon Chevron up icon

We'll let you know every time there has been an update to a course that you've bought in Early Access. You'll get an email to let you know there has been a new chapter, or a change to a previous chapter. The new chapters are automatically added to your account, so you can also check back there any time you're ready and download or read them online.

I am a Packt subscriber, do I get Early Access? Chevron down icon Chevron up icon

Yes, all Early Access content is fully available through your subscription. You will need to have a paid for or active trial subscription in order to access all titles.

How is Early Access delivered? Chevron down icon Chevron up icon

Early Access is currently only available as a PDF or through our online reader. As we make changes or add new chapters, the files in your Packt account will be updated so you can download them again or view them online immediately.

How do I buy Early Access content? Chevron down icon Chevron up icon

Early Access is a way of us getting our content to you quicker, but the method of buying the Early Access course is still the same. Just find the course you want to buy, go through the check-out steps, and you’ll get a confirmation email from us with information and a link to the relevant Early Access courses.

What is Early Access? Chevron down icon Chevron up icon

Keeping up to date with the latest technology is difficult; new versions, new frameworks, new techniques. This feature gives you a head-start to our content, as it's being created. With Early Access you'll receive each chapter as it's written, and get regular updates throughout the product's development, as well as the final course as soon as it's ready.We created Early Access as a means of giving you the information you need, as soon as it's available. As we go through the process of developing a course, 99% of it can be ready but we can't publish until that last 1% falls in to place. Early Access helps to unlock the potential of our content early, to help you start your learning when you need it most. You not only get access to every chapter as it's delivered, edited, and updated, but you'll also get the finalized, DRM-free product to download in any format you want when it's published. As a member of Packt, you'll also be eligible for our exclusive offers, including a free course every day, and discounts on new and popular titles.