The OneStream Community is temporarily frozen until June 29th due to the ongoing maintenance. Please read the blog post here to learn more.

Forum Discussion

MarcR's avatar
MarcR
Contributor II
4 years ago
Solved

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
    4 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)