企业门户“执行代码错误:没有系统全局变量”

时间:2018-08-10 11:35:59

标签: sharepoint microsoft-dynamics

企业门户错误:-

Microsoft Dynamics AX 2009:执行代码错误:没有系统全局变量(C)\ Classes \ WebLink \ menufunction

我没有在AOT中更改任何代码,但在企业门户上收到此错误,因为没有全局变量。 重新启动服务器后,企业门户停止工作。

完整错误如下,

val map1 = mapOf(1 to true, 2 to false, 3 to true)
val map2 = mapOf(4 to "four", 3 to "three", 2 to "two")
// TODO: how to do get the intersection of maps?
// For example something like:
// [2 to Pair(false, "two"), 3 to Pair(true, "three")]

请帮助解决此问题

谢谢

0 个答案:

没有答案