Hi,
I have privilege,I want to get from this privilege the name of menu Item in entry point and the form :
for the menu Item I develop this instruction:
//get the entry point from privilege:
treeNode = TreeNode::findNode(#SecPrivilegesPath + #doubleAntiSlash + conPeek(privilegesCont, i) + #doubleAntiSlash + #EntryPoints);
node = TreeNode.AOTfirstChild();
while (node)
{
select eukSecurityMenuItem where eukSecurityMenuItem.SecurableName == node.AOTgetProperty(#ObjectName);
}
I want to add the name of form from this menu Item :
*This post is locked for comments