Ensuring a %SYS class can reference a class from another namespace

43 views Asked by At

The DeepSee.UserPortal.Workflow.zen in %SYS controls the workflow user portal. However, when a user enters something in the box marked with "GO", a "CLASS DOES NOT EXIST" error results. The class that is not being found exits and is compiled in a different namespace. Any ideas how this can be fixed?

1

There are 1 answers

0
rfg On BEST ANSWER

You can create %ALL namespace and map package with your class into it. It would be visible everywhere. Or you can just map package into your %SYS namespace.