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
4 years agoContributor II
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...
- 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)
ChrisLoran
OneStream Employee
4 years agoHello 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)
Related Content
- 2 years ago
- 1 year ago