Resources
A collection of technical content like Design Guides and sample Code Snippets

Browse the Community

Blueprint Bulletins

These are critical documents on design issues that are highly recommended operating solutions

7 Posts

Accepted Code Samples

OneStream approved sample code snippets and examples to help everyone write rules.

33 Posts

Activity in Resources

Extender: Rename a dimension

This snippet will rename a dimension. Note: RenameDim does not create entries in Audit tables, which means the Audit Metadata report will not contain anything related to this operation. For this reason, we do not recommend to use this snippet outside...

OSAdmin by Valued Contributor
  • 729 Views
  • 0 replies
  • 0 kudos

Extender: Auto Update Member Property

This snippet will modify a Member property that can vary by Scenario Type and/or Time. Just pass the relevant ScenarioType ID or Time member ID to set it in a more specific way; it will then appear as a "Stored Item" in the interface. Note: SaveMembe...

OSAdmin by Valued Contributor
  • 1055 Views
  • 0 replies
  • 4 kudos

Extender: Auto Create Member

This snippet will create a new Account member, including setting some properties that can vary by Scenario Type and/or Time. Note: SaveMemberInfo does not create entries in Audit tables, which means the Audit Metadata report will not contain anything...

OSAdmin by Valued Contributor
  • 942 Views
  • 0 replies
  • 3 kudos

Extender: User Inactivity Email

This Extender can be executed in a Data Management step to automate emailing details of an auto-expiring account to the related user. Imports System Imports System.Data Imports System.Data.Common Imports System.IO Imports System.Collections.Generic I...

OSAdmin by Valued Contributor
  • 1166 Views
  • 0 replies
  • 1 kudos
Getting started
WELCOME!

We want your journey to be as awesome as it can be, so we have put together some links to help you get quickly familiarized with the OneStream Community.

Top Kudoed Authors