0

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?

user6284097
  • 157
  • 1
  • 1
  • 9

1 Answers1

0

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.

rfg
  • 1,331
  • 1
  • 8
  • 24