Function to capture Batch ID
Hi,
I would like to know how I can capture the Batch ID during a Batch Load Process in FDM. From what I gather, the following line creates a batch folder as it collect the files from the OpenBatch Folder:
Set BATCHENG.PcolFiles = BATCHENG.fFileCollectionCreate(CStr(strDelimiter))
Using this, is there any way to capture the batch ID and use it as a string somewhere else?
Thx!