Gurus,
I appreciate any help about how to clear a batch before load (using event script?) as when you load manually the system will prompt you? How to consolidate after the load (using Integration Setting)?
Here is my code, standard
---------------------------------------------------
'Initialize Variables
lngProcessLevel = 12 'Up-To-Check
blnAutoMapCorrect = 0
'Create the file collection
Set BATCHENG.PcolFiles = BATCHENG.fFileCollectionCreateML
'Execute a Multi-Load Serial batch
BATCHENG.mFileCollectionProcessML BATCHENG.PcolFiles, CLng(lngProcessLevel), CBool(blnAutoMapCorrect)
Stephen
Can you explain what you mean by the statement "clear a batch before load"?
When you manually load a batch, FDM will prompt you do you want to delete the existing batch? How do I achieve this automatically? Use an event script?