Forum Discussion

MarcR's avatar
3 years ago

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...
  • ChrisLoran's avatar
    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)