Bean Array Accessor Functions

Overview

Get a property value for a single object or a list of objects in a single function, which is very useful when generating display information for dropdown lists or grid columns on task forms.  

Key Features & Functionality

  • Functions mirror the default bean accessors but add support for accessing properties of multiple Appian objects at once (user()->users(), group()->groups(), etc)
  • Support both single value and multi value inputs and can be used in place of the standard accessor functions
  • The application .zip file provided with download contains an application with several expression rules that can be used to test the capabilities
Anonymous