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?
Ensuring a %SYS class can reference a class from another namespace
29 views Asked by user6284097 At
1
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.