确保 %SYS class 可以从另一个命名空间引用 class

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

%SYS 中的 DeepSee.UserPortal.Workflow.zen 控制工作流用户门户。但是,当用户在标有 "GO" 的框中输入内容时,会出现 "CLASS DOES NOT EXIST" 错误。找不到的 class 退出并在不同的命名空间中编译。知道如何解决这个问题吗?

您可以在 %SYS 命名空间中创建 %ALL 命名空间和 map package with your class into it. It would be visible everywhere. Or you can just map package