Using the VBScript Transform |
Sometimes your data needs to be validated or processed in an unusual way before printing. You can use a transform to modify (or transform) the data that is already contained in a data source.
To set up a VBScript transform
OnProcessData: This event is used for custom processing or validation of a data value. It is called before any serialization and after any truncation, minimum, maximum, or validation process takes effect.
OnPostSerialize: This event is listed only if serialization is enabled on the Serialization dialog. It occurs one time each time the application serializes an item.