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

sudarshan's avatar
sudarshan
New Contributor III
4 years ago
Solved

Globals object in a spreadsheet rule

Even a simple globals.getObject("_ex") throws a object reference not found error. Is the use of the globals object prohibited inside a spreadsheet rule? The code: Error log when this sprea...
  • NidhiMangtani's avatar
    NidhiMangtani
    4 years ago

    Yes that should work. 

    The only solution I can think of for this is to perform the global operations in an extensibility rule and return the object back to the spreadsheet by referencing it.