DoTransform
Syntax
DoTransform(&AdsNameArray)
Description
Implemented by object owners to provide custom copy to file transform, often to an older PeopleTools release.
Parameters
| Parameter | Description |
|---|---|
|
&ADSNameArray |
AdsNameArray is an array of ADSM:AdsNameRowset. An ADSM:AdsNameRowset is a (data set name, data set rowset) pair. When the function is called, this array will contain a single ADS instance in the form of the newer release. On return this array will contain 0 or more rowsets in the form of the target release. There can be more that one output rowset if the data set in one release was represented as several data sets in another release. There would be no rowsets in the array on return if the data set definition did not exist in the older release. The target release is passed as a property named TargetRelease to the AdsValidationBase constructor – this can be used to determine what transform to apply. |
Returns
Integer.