This section lists the various objects that you can include in a production object to manipulate the incoming transaction’s data. There is also a brief description of each object’s purpose.
TRAN-IDE objects can be parent and/or child objects. A parent object is any object that contains other objects. Transaction production always processes an input transaction through a parent object, then through its child objects. See “How production objects work” for more information about production object processing.
Object |
Description |
---|---|
Datalinks |
A datalink defines a data variable. The common use for a datalink object is to hold a copy of a field object’s data. You can then use the datalink in qualification and filter objects. To use the data variable outside of its module, you must make it “public.” A datalink contains:
|
Fields |
A field object defines a single piece of an input transaction (that is, a record or message) gathered by an acquisition AIM. A field object may contain one or more:
|
Filters |
A filter object manipulates the data in one or more field objects. It can validate, add to, copy, translate, and transform data, or perform any other type of data manipulation you require. A filter object may contain one or more:
|
ODL functions |
Object Definition Language (ODL) functions are user-written functions that perform data validation or manipulation. Use ODL functions to perform any type of data manipulation or validation not available through a TRAN-IDE object. See the e-Biz Impact ODL Guide for information about this language. An ODL function is attached to or referenced within:
|
Production |
A production object defines the requirements and procedures needed to produce a single output transaction from the input transaction. A production object may contain one or more:
|
Qualifications |
A qualification object determines if transaction production should process a transaction through a specific production, rule, or rule component object. A qualification object may contain one or more:
|
Rules |
A rule object contains the components and filters that act on the incoming transaction to produce the output transaction. A rule object may contain one or more:
|
Rule components |
A rule component object defines one or more specific filter objects to process against the transaction, and also defines what piece of data or field object to process. A rule component object may contain one or more:
|
Tables |
A table object contains columns of data. You use one of the columns to search for a match to field object data, then place data from one or more of the other columns into the output transaction. A table object may contain one or more:
|
Copyright © 2005. Sybase Inc. All rights reserved. |
![]() |