ContributionsMost RecentMost LikesSolutionsRe: Can I execute a BR after saving data? Imports System Imports System.Collections.Generic Imports System.Data Imports System.Data.Common Imports System.Globalization Imports System.IO Imports System.Linq Imports Microsoft.VisualBasic Impo...Re: Can I execute a BR after saving data? Imports System Imports System.Collections.Generic Imports System.Data Imports System.Data.Common Imports System.Globalization Imports System.IO Imports System.Linq Imports Microsoft.VisualBasic Impo...Re: Member formula - Account Type In your call you are getting the account type object, and you need to use the name property of that object to check for account type name. This should work If api.Account.GetAccountType(api.p...Beyond Flat and Delimited Files: How to Load XML or JSON Data Explore the World of JSON and XML in OneStream! Learn how to leverage structured file formats to enhance your data integration techniques. Our article guides you through setting up data sources, hand...Re: Best Method for OneStream Integration with Netsuite Hi rsreenu, I don't have any template for this, but you can refer this video this will give you a lot of information how you can connect to NetSuite using OAuth 2.0 and RESTLets. https://youtu.be/...Unleashing the Power of OneStream Event Handlers: Enhancing User Experience and Efficiency Unlocking the Potential of OneStream Event Handlers Hey there! Thanks for dropping by to read about OneStream Event Handlers. If you're looking to supercharge your application's capabilities, you'v...Re: Create Excel spreadsheet from Business Rules You can use this function it takes a data table as parameter and generates an excel file I don't know what your exact requirements are but this can be a good starting point and you can modify it furt...Re: Create Excel spreadsheet from Business Rules Hi Mark, I can't say anything without having a look at your code. Re: Best Method for OneStream Integration with Netsuite You can pull the periodic values from NetSuite and aggregate them in stage. For example, if you're in March pull Jan + Feb + March and once you go to validate step it will automatically aggregate a...Re: Show task progress dialog from BR Hi Jasper You can use this. BRApi.TaskActivity.UpdateRunningTaskActivityAndCheckIfCanceled(si, args, StepInfo, percentCompleteToAdd as Decimal)