FDM Event Scripts
Hi,
When using the FDM MultiLoad feature we discovered the following difference in functionality between interactive and batch processing. When a file is checked in and imported using MultiLoad the MultiLoadAction script is executed, allowing the execution of script code before MultiLoad Import
When a file is processed with FDM batch by copying the file into the OpenBatchML directory the MultiLoadAction script is not executed, and the execution of script code before MultiLoad Import does not happen we are trying to understand how to address this difference.
'--------------------------------------------------------------------------
is this correct?
We are trying this: If LCase(strEventName) = "befcheckintext" Or LCase(strEventName) = "BefImportML" Then