Build extended data types and enumerations for Finance and Operations apps
link

Build extended data types and enumerations for Finance and Operations apps

Learn about creating new data types.

Microsoft Learn
Updated Jan 19, 2025

What you'll learn

  • Identify the different types of EDTs.
  • Learn about the use of base enumerations (base enums).
  • Identify how EDTs and base enums are viewed in the Finance and Operations apps user interface.
  • Create a base enumeration.
Course Description

Extended data types (EDTs) and base enumerations (enums) are data types that are created and managed in the development environment. Base enums represent a list of literals, while EDTs are reusable data types that have a specific definition. The Application Object Tree (AOT) in Finance and Operations apps contains many existing EDTs and base enums that can be extended for use in your project, or you can create new data types. This module will focus on creating new data types.