Control Batch Processing in FDMEE 11.1.2.4 - (lngProcessLevel in FDM)
Hi,
I am working on conversion of FDM VBScript to Jython in FDMEE and stuck at one place, need some input. As far as I understand, there is no script to control Batch Processing in FDMEE like we have in classic FDM.
Below flag in FDM Batch Processing code controls the Batch execution.
lngProcessLevel = 6 ' Up-To-Export
lngProcessLevel = 10 ' Up-To-Consolidate
I want to achieve the same in FDMEE. Based on certain condition I want the Batch to stop at Export and not Consolidate and at other condition I want Batch to Export and Consolidate.
Please let me know how this can be achieved in FDMEE 11.1.2.4.