t_Transformation_Finalizer
Finalizer
The Finalizer is script that is run after the Transformation mapping is complete.
Description
The Finalizer is script that is run after the Transformation mapping is complete. It has access to all Transformation arguments, as well as "source" and "destination". It is usually used to manipulate the destination record.
If unspecified, the finalizer from the base transformation will be used (if any). If "()", then no finalizer script will be run, even if the base transformation has a finalizer To call the base transformation finalizer, use "(call-next)".
Properties
language : schemeLanguageTypeThe scripting language for this element.
The language defaults to scheme.Valid values based on“languageType”. scheme scheme scripting language
Parents
Transformation - Transforms an instance of one message type to another message type.
Parent topic: t_SOADefinition_Transformations_Transformation
Parent topic: Transformation