MarcR
3 years agoVIP
Obsolete functions
Hi All,
in OneStream 6.x some functions in Business Rules became Obsolete.
One of them is the BRApi.Database.GetCustomDataTable where the initial script required a string as CriteriaExpression b...
- 3 years ago
Hello Marc,
You can use the 3-argument version instead, with FALSE as the 3rd argument.
That is NOT depreciated
Dim subVarInfo As SubstVarSourceInfo = SubstitutionVariablesHelper.CreateSubstVarSourceInfo(dbConnFW, dbConnApp,False)