OSAdmin
Valued Contributor

This example will perform Import, Validate, Load as a batch operation. The approach is typically seen in Extenders or Event Handlers.

'Set Processing Switches 
Dim valTransform As Boolean = True
Dim valIntersect As Boolean = True
Dim loadCube As Boolean = True
Dim processCube As Boolean = False
Dim confirm As Boolean = False
Dim autoCertify As Boolean = False
Dim scenario As String = "Actual"
Dim timeperiod As String = "2017M3"

'Execute Batch
Dim batchInfo As WorkflowBatchFileCollection = BRAPi.Utilities.ExecuteFileHarvestBatch( _
	si, scenario, timeperiod, valTransform, valIntersect, _
	loadCube, processCube, confirm, autoCertify, False)
Version history
Last update:
‎09-27-2023 12:36 PM
Updated by:
Contributors