Forum Discussion
WernerN
11 days agoContributor II
Thank you for sharing. This is super helpful.
Have you, or anyone else, been successful calling an XFBR String Service from a POV setting in a Data Mgmt step. In this case i have an XFBR String Service that creates the Time Memberfilter dynamically based on the Ranged Scenario.
So far i have not figured out the correct parameters for XFBR(). My code is in a Service Factory at the Maintenance Unit. First tried something like
WSMU.FactoryName, FctName, Parameters but got "Invalid parameter. Time Filter XFBR(etc.).
Also tried XFBR(Workspace.Current.AssemblyName, FctName, Params). Same error.
Thanks in advance
WernerN
11 days agoContributor II
Found an example in Planning Framework (PLF). But it is not an XFBRString Service but a good old BR, albeit in the Assembly.
Worked perfect.