The OneStream Community is temporarily frozen until June 29th due to the ongoing maintenance. Please read the blog post here to learn more.
Forum Discussion
jmohl
1 year agoNew Contributor III
Syntax for calling a Finance Custom Calculate Service
Hello, I am working in an 8.5 application and want to utilize Finance Custom Calculate services within a dashboard. My service factory is enabled at the Dashboard Maintenance Unit level of detail. I...
- 1 year ago
Hi, this is how you can set up your button:
{Workspace.CallCustomFinanceBR_WS.CallCustomFinanceBR_MU.WSMU}{CustomCalculate}{}
In my example, this is how I set up my Service Factory, which returns the Custom Finance BR "FinanceBR":
Case Is = WsAssemblyServiceType.FinanceCustomCalculate
Return New FinanceBR()I chose to reference the service factory on the Workspace Maintenance Unit (WSMU), but you could just as well put it on the Maintenance Unit (MU):
CallCustomFinanceBR_AS.ServiceFactory
Henning
OneStream Employee
1 year agoHi, this is how you can set up your button:
{Workspace.CallCustomFinanceBR_WS.CallCustomFinanceBR_MU.WSMU}{CustomCalculate}{}
In my example, this is how I set up my Service Factory, which returns the Custom Finance BR "FinanceBR":
Case Is = WsAssemblyServiceType.FinanceCustomCalculate
Return New FinanceBR()
I chose to reference the service factory on the Workspace Maintenance Unit (WSMU), but you could just as well put it on the Maintenance Unit (MU):
CallCustomFinanceBR_AS.ServiceFactory
WernerN
1 year agoContributor II
Thank you as always Henning. Another step forward in using Assembly Rules.
Related Content
- 8 months ago
- 1 year ago