The following triggers apply to dataports in C/SIDE.

C/SIDE Dataport Triggers

Dataport trigger Executed

OnAfterExportRecord Trigger

Executed after a record has been exported.

OnAfterFormatField Trigger

Executed after the value of a field is formatted.

OnAfterImportRecord Trigger

Executed after a record has been read from the external (import) file.

OnBeforeEvaluateField Trigger

Executed after the field has been imported from the external (import) file.

OnBeforeExportRecord Trigger

Executed before a record is exported.

OnBeforeImportRecord Trigger

Executed before the next record is read from the external (import) file.

OnInitDataPort Trigger

Executes when the dataport is loaded.

OnPostDataPort Trigger

Executed after a dataport is run.

OnPreDataPort Trigger

Executed before a dataport is run.

See Also