Axaptapedia is now maintained by AgileCadence For more information please click here.
Talk:DEV QueryBrowser
Great concept, but I'm having difficulty getting it to work. My environment is Dynamics AX 2009 SP1.
During import I got the following errors:
Illegal value: SysDevelopmentBasic for property SecurityKey.
Minor error during import of Menu sysContextMenu
At runtime, I got this error:
Error executing code: Wrong argument types in variable assignment.
in SysContextMenu.new line 50
I also had a problem with SysContextMenu.verifyItem and had to comment a bunch of statements, i.e.:
Line 135: case menuItemDisplayStr(MorphXplorer): -- The operand for the function is not an element.
Line 159: case menuItemDisplayStr(SysUtilElementNote): -- The operand for the function is not an element.
Line 220: _firstType == UtilElementType::FeatureKey || -- The enumeration does not exist.
Line 244: firstNode.treeNodePath() == #FeatureKeysPath || -- The macro does not exist.
Line 291: case menuItemActionStr(BMPerfOpenMenuFormsTiming): -- The operand for the function is not an element.
Line 359: case menuItemActionStr(sysCodeUpgrade): -- The operand for the function is not an element.
Line 378: case menuItemActionStr(sysCopyToCurrentLayer): -- The operand for the function is not an element.
Line 429: case menuItemActionStr(SysOpenNewWindowFeatureKey): -- The operand for the function is not an element.
Line 451: case menuItemActionStr(sysOpenOldDis): -- The operand for the function is not an element.
Line 452: case menuItemActionStr(sysOpenOldDip): -- The operand for the function is not an element.
Line 453: case menuItemActionStr(sysOpenOldLos): -- The operand for the function is not an element.
Line 454: case menuItemActionStr(sysOpenOldLop): -- The operand for the function is not an element.
Finally, query browser window is hanging on some queries.