Types of Sources

Normally Data Source is a point of Origin from where we can expect data .it might be from any Point. Inside System Outside System. Entity-Backed: if the Data For this Record Comes Directly from a Database Table or View i.e. a database entity. Normally view is seen by Appian as just another database table i.e.... Continue Reading →

Undocumented Appian Functions: A Deep Dive

The content discusses uncommon functionalities in Appian, including error handling, dynamic code execution, array sorting, lambda functions, and clipboard copying. It also gives sample Java code and usage examples. Additionally, it emphasizes the responsibility of using these features. The content provides insights into how to apply these functionalities effectively and warns against potential security risks.

Data Structures In Appian

This content discusses the importance of data structures and the availability of advanced data types in Appian. It emphasizes the impact of utilizing these structures on application scalability and performance. It also provides detailed descriptions of commonly used data types such as PagingInfo, Any Type, Map, ProcessInfo, Query, Selection, Column, Aggregation, and others, outlining their respective functionalities and usage.

Up ↑