Hello, everyone!
The subject is next:
I'm creating instance of TreeNode object. It has property "Model". On client this property has value "Foundation". On server this property has value "19". (values provided for example).
So, the problem is when I call method AOTgetProperty("Model") it returns "Foundation" on Client and "19" on Server.
Example of code:
TreeNode treeNode;
ModelName modelNameRet;
treeNode = TreeNode::findNode(@"\Data Dictionary\Base Enums\ABC");
modelNameRet = parentTreeNode.AOTgetProperty("Model");
info(modelNameRet);
*This post is locked for comments
I have the same question (0)