ContributionsMost RecentMost LikesSolutionsRe: Call Assembly Business Rule from another Workspace in a Data Management Step It's not that simple, and I don't have the necessary knowledge of the RCM package structure to be able to help. You might have to talk to Support - if this is a recurring need, it should be surfaced ...Re: Call Assembly Business Rule from another Workspace in a Data Management Step The problem here is the nature of the code you're trying to call. Data Management steps can either call: A traditional Extender, which is a class that must have a Main function accepting 4 specif...Re: Alias Dimension Property in V9.1 That's an interesting approach; if you expect you will need that level of flexibility, sure. I wouldn't necessarily do it everywhere though, as the potential for confusion is significant. Re: Alias Dimension Property in V9.1 You should not need any rule to use aliases. The point of aliases is not to display; they are meant to be used for references, so that you can use A#MyAccount or A#MyAliasAccount and the cube view wi...Re: PowerBI Custom Data Adapter This seems like a question for PowerBI folks... Re: Scenario management for FX It's the same in OneStream, typically. The main difference is that now you can build these alternate scenarios using Hybrid Scenarios or Dynamic Cubes, to avoid having to copy data all over. Re: REST API Execute LogonAndReturnCookie That needs to contain a token retrieved from your authentication provider (Azure, Okta, or PingFederate). How you retrieve the token will depend on the specific provider. Once you have it, you can us...Re: BI Viewer / Calculated Fields https://docs.devexpress.com/Dashboard/401899/common-features/advanced-analytics/aggregations Re: Perform a Translate within a Calculate when copying information. This code executes a copy only when working with the Local currency of the Entity being calculated, because of this check: If api.Cons.IsLocalCurrencyForEntity() Then If USD is not the entity cu...Re: Identifying API Parameters for OneStream Audit Log Export via Postman ApplicationName is the name of the OneStream application you're connecting to. AdapterName is the name of the Data Adapter being executed - note how the api you call is named "GetAdoDataSetForAdapt...