marcobobbiesi
2 years agoNew Contributor III
How to call a function in Workspace assemblies?
Hi guys, I coudn't find the proper hint in OneStream. In my dashboards, I'm using several XFBR string rules or Dashboard extender rules. I would like to move some of them to Workspace assemblies, a...
- 2 years ago
Use the following syntax instead of just RuleName,
Workspace.<WorkspaceName>.<AssembleName>.<RuleName>
Example-XFBR(Workspace.MyWorkspace.MyAssembly.ParamHelper, CleanUsername)
- 2 years ago
Try this: XFBR(Workspace.Current.MyAssembly.FileName, FunctionName)