Forum Discussion

mvalerio24's avatar
mvalerio24
New Contributor III
3 months ago
Solved

Workspace Assemblies Extensibility Rule

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.

 

 

  • 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. 

9 Replies

  • DanielWillis's avatar
    DanielWillis
    Valued Contributor

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

    • mvalerio24's avatar
      mvalerio24
      New Contributor III

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

       

      • Sweez's avatar
        Sweez
        Contributor

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