ContributionsMost RecentMost LikesSolutionsRe: Updating Scenario Security in a Business Rule Yes, I was able to edit the ReadAndWrite group like this Dim writeableMem As WritableMember = BRApi.Finance.Members.ReadWritableMemberNoCache(si,DimTypeId.Scenario,"Actual") If writeableMem IsNot ...Re: Running a Task Scheduler task as Administrator not a specific user. You can take a xml extract of the task scheduler and update the user name to the id you want to run it against and upload it back Re: Security on Scenario Member For this setting to work you need to enable this setting on any entity you want to apply slice security Re: XFBR in Literal Parameter is not returning value as expected Isn't this the expected behaviour? You are essentially trying to call or trigger an xfbr function inside a business rule. Whereas it correctly invokes the XFBR before running any action like a DM ste...Re: Need a sample code for SqlTableEditorSaveData function to restrict saving No value from drop down Hi Ashu, Here's a sample, hope this is of some help Case Is = DashboardExtenderFunctionType.SqlTableEditorSaveData If args.FunctionName.XFEqualsIgnoreCase("VerifyRecords") Then Dim s...Re: CubeView Parameters Hi Saurin, Can you share the syntax of how you were able to do this? Re: OS metadata Hi, We have a similar use case where we require the hierarchy of a UD to be replaced and not merged. We go with the approach of "Break and Build" using xml to completely replace the existing hierar...Re: Metadata Extract Indeed you can, right click on the dimension, choose "Select Members to Extract" And then you can extract only the relationship of the members you want. Re: Create custom member filter - Tree Hi Jack, Not able to nest expressions like this or maybe I'm doing something wrong. Do you have any other alternatives? Thanks, Sudarshan Re: Upload or Download Files using API You can try exploring WINSCP library, there a few examples which you can search for.