Support for AB Suite/EAE Features

The following topics describe ePortal support for features that are unique to AB Suite/EAE applications:

Support for Form Selection

AB Suite/EAE applications typically allow the application user to navigate to any form of the application at any time. In order to implement this functionality with ePortal, an AB Suite/EAE data source project comes with a predefined _SelectIspec server message and corresponding _SelectIspec client message.

If you create an MVC Web presentation, a web forms presentation or a mobile presentation:

Refer to AbsEaeScriptManager in Other ePortal Controls.

Metadata Fields

When you create an ePortal server message for an AB Suite/EAE data source, the server message contains one or more special metadata fields. These metadata fields are in addition to the regular fields, which carry user data. Your ePortal application can access metadata fields like any other field in an ePortal message, in your Orchestration or by using the code in your Presentation Projects.

As described below, the metadata fields are used to support features unique to AB Suite/EAE applications:

Support for AB Suite/EAE Functions

An ePortal application can call AB Suite public segment methods or retrieve lists from AB Suite or EAE applications. Refer to Controlling the Runtime Behavior for AB Suite and EAE for more information.