Reader small image

You're reading from  Low-Code Application Development with Appian

Product typeBook
Published inApr 2022
PublisherPackt
ISBN-139781800205628
Edition1st Edition
Tools
Right arrow
Author (1)
Stefan Helzle
Stefan Helzle
author image
Stefan Helzle

Stefan Helzle is a Manager at PricewaterhouseCoopers WPG GmbH, Germany. He has dedicated his career to low-code enterprise software development and is an Appian Certified Solution Architect and Appian Certified Lead Developer with sectoral expertise in Finance, Insurance, Healthcare, IT Services, and Pharmaceuticals. He has been working since 2009 as a Business Analyst, Appian Senior Developer, and Consultant Appian Solution Architect. Since 2015, Stefan has built a team of over 30 Appian Designers, conducted foundation training for almost 100 colleagues and clients, and mentored and coached all colleagues, and supported them in more than 30 projects. He has worked on Appian projects as diverse as re-insurance claims management and underwriting, a management suite for podiatry therapists, ITIL-based IT service management, procurement (request, approvals, tendering, supplier management), car financing and leasing processes end-to-end, document intake OCR and data extraction platform.
Read more about Stefan Helzle

Right arrow

Custom data types

A custom data type (CDT) in Appian defines a data structure made up of fields with a data type. The data type can be simple, such as Text or Date. A field can also use another CDT as a type, which creates a nested data structure. A field can be rendered as an array, which allows you to store a list of values in a single field.

While we will use CDTs to persist data to the database, the CDT does not do that on its own. It is just a data structure we use to define the types of objects and variables in the following places:

  • Variables in process models
  • Variables and rule inputs in expressions and interfaces
  • Entities in data stores
  • Exchanging data in integrations and Web APIs

    Tip

    There is no behind-the-scenes magic in Appian. If you want something to happen, you need to configure, model, or code it. All this is easy to do, but still needs to be done.

Creating the CDT

Follow these steps to create a new CDT:

  1. To create a new object in...
lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Low-Code Application Development with Appian
Published in: Apr 2022Publisher: PacktISBN-13: 9781800205628

Author (1)

author image
Stefan Helzle

Stefan Helzle is a Manager at PricewaterhouseCoopers WPG GmbH, Germany. He has dedicated his career to low-code enterprise software development and is an Appian Certified Solution Architect and Appian Certified Lead Developer with sectoral expertise in Finance, Insurance, Healthcare, IT Services, and Pharmaceuticals. He has been working since 2009 as a Business Analyst, Appian Senior Developer, and Consultant Appian Solution Architect. Since 2015, Stefan has built a team of over 30 Appian Designers, conducted foundation training for almost 100 colleagues and clients, and mentored and coached all colleagues, and supported them in more than 30 projects. He has worked on Appian projects as diverse as re-insurance claims management and underwriting, a management suite for podiatry therapists, ITIL-based IT service management, procurement (request, approvals, tendering, supplier management), car financing and leasing processes end-to-end, document intake OCR and data extraction platform.
Read more about Stefan Helzle