0

Hi after calling GroupsRequest() I get a list of all the user groups, but why on all of them, in their SecMargins list, all Symbol properties of GroupMargin objects are empty strings?

Should I call some other function to get the list of symobls and margins for a group?

user3666197
  • 1
  • 6
  • 50
  • 92

1 Answers1

0

GroupsRequest is a lightweight method. If you want to get full information, you should use CfgRequestGroup. However this method requires more permissions.

Uriil
  • 11,948
  • 11
  • 47
  • 68
  • Sysadmin assures me I have all the permissions, Do I need to call some other function to elevate permission for CfgRequesGroup, since it also returns empty strings for all Symbol strings in the SecMargins properity – Filip Dulic Apr 06 '17 at 09:33
  • Never mind, the team didn't setup the our dev server demo groups, they didn't add symbols to the groups. Thanks for the response – Filip Dulic Apr 06 '17 at 09:55