ContributionsMost RecentMost LikesSolutionsRe: Is it possible to retrieve values of additional options from the data management export step? (being picky :) ) if your going to use interpolated string, then put the values in brackets: BRApi.ErrorLog.LogMessage(si, $"IncludeZeros Value: {paramIZ}") Alternatively you can log everything in ...Re: Version 9.0 Redacting information in Error Log Please don't let OS off with this approach. If you've ever used a debugger to troubleshoot code, you know the amount of time it saves vs having to physically type out BRApi.ErrorLog.LogMessage(si, $...Re: Version 9.0 Redacting information in Error Log Use of a standard logging framework would make most of this less brittle through extension. A working debugger would help make much of this moot. Ability to debug running business rule logic would ...Re: Version 9.0 Redacting information in Error Log Without proper debugging, logging is the only alternative we have to see what we are passing. Censor this and now what do we do? Re: Is it possible to extract(as xml) a Maintenance Unit and it's components using extensibility rule? The way to do this is to "build up" your xml file with the things you add to the extractDict. If you want a maintenance unit, you need to first add types DashboardWorkspaces, DashboardWorkspace, and ...Re: Member expansion to show dimension hierarchy in reverse, except for base members? This looks like a bug to me. In GolfStream, A#[Income Statement].TreeDescendantsInclusiveR.Where(HasChildren = True) --> flat list of base members in reverse order A#[Income Statement].TreeDesce...Re: Decrypting files in integration The way to troubleshoot this is to first make sure the message in the file you say is encrypted can be decrypted with the supplied key by manually decrypting it. You can do this online: https://8gwi...Re: What is Api.Cons.IsCurrency? Yes, Api.Cons.IsCurrency checks to see if the supplied ID is a currency. I agree with your analysis "wouldn't this already be accounted for in the api.Cons.IsLocalCurrencyForEntity condition" I t...Re: Filter Members by Security If you're logged in as an administrator, member security won't apply. This got me confused before, just in case... Re: Issue Retrieving Text Property from DynamicCalc Accounts in UD8 Try changing your arguments for scenario and time to -1, -1: