ghoang
17 days agoNew Contributor III
Using XFBR String Service in WS Assembly
I'm new to WS assembly - trying to get a simple example of setting up an xfbr and use it in a cubeview but not successful. Here's what I did - what did I do wrong?
1. Set up XFBR String Service:
2. Then set up factory:
3. Then added to my maintenance units & workspace
4. Added to cv:
=> I get this error. Not sure why it is looking for the service factory in default.
I followed the design guide, tried all the following syntax, none have worked:
XFBR(Workspace.Reporting.myAssembly.Time, SayHello)
XFBR(Workspace.Current.myAssembly.Time, SayHello)
Thank you.