I need to check the CAL related the roles. I have installed the Security Development Tool and when I click on "Load additional metadata" button, show the error below:
What is the problem?
*This post is locked for comments
I need to check the CAL related the roles. I have installed the Security Development Tool and when I click on "Load additional metadata" button, show the error below:
What is the problem?
*This post is locked for comments
Thank you btw. What a great timesaver!
Awesome! It's working.
You can try this in your non production environment.
Form: SysSecEntryPointManager
Method: LoadAdditionalMetadata
1. Add this code: Add this code in after line 44
if(entryPointNode.treeNodeName() == "Display"
|| entryPointNode.treeNodeName() == "Output"
|| entryPointNode.treeNodeName() == "Action")
{
continue;
}
How did you solve this issue?
Check in debugger that it does not pick up root node of display menu items. In case it does you could add 1 line of code to skip it because it doesn't have that property, if you don't know how - ask your developer. Or search for a hotfix in LCS, there was one as far as I remember.
I've checked this role and a few other roles and don't get any errors.
What value of entryPointNode causes an error?
I tried to check the BOMProductDesigner role, but I will need to check some custom roles too. The parameters fields (ViewUserLicense, MaintainUserLicense) exist in menu items.
What element did you check ?
André Arnaud de Cal...
292,516
Super User 2025 Season 1
Martin Dráb
231,407
Most Valuable Professional
nmaenpaa
101,156