Skip to main content
Contributor
January 20, 2025
Solved

Workspace Assemblies Extensibility Rule

  • January 20, 2025
  • 1 reply
  • 0 views

Has anyone been able to get an extensibility rule to work in the workspace assemblies? I've looked and I haven't seen much of any documentation on this. I'm working in 8.4 and have the rule working when I have it using the regular extensibility business rule which is attached to a DM job to run. When I try to move it to a workspace assembly and put it on a DM job it doesn't work. I've created a new file as the Extensibility Business rule source code and have the same code with no errors. I don't see an option in the Ws Assembly Factory to specifically call out extensibility rules either. So far I've been successful with getting an XFBR, Extender Rule and Custom calculate rule to work in assemblies but extensibility doesn't seem to work. Below is the error I am getting.

 

 

Best answer by mvalerio24

Were you able to figure this out by chance?  I have the exact same question and its driving me crazy.


I was able to figure it out actually, I cant remember exactly what my issue was but the syntax I had on the BR in the screen shot above is correct. I might have been passing my parameters in incorrectly. Where is your assembly setup? If its setup in another workspace you have to make sure that the Workspace is set to shareable. 

1 reply

Contributor
January 20, 2025

Can you paste the namespace and class definition lines from your rule and the details of your DM call.

Contributor
January 21, 2025

Here is what I have, code is the assembly name and the WsExtensibilityRlule_PLP is the file name that holds the BR

 

Contributor
March 6, 2025

Were you able to figure this out by chance?  I have the exact same question and its driving me crazy.