10-29-2013 12:21 PM
Solved! Go to Solution.
10-29-2013 12:37 PM
There are built-in functions that you can use.. it's in the dev ref help files -
ex:
Dim strGroupNames
Const cAccounts = 1
strGroupNames = Application.BasicFunctions.GetGroupList(cAccounts, 0, ",")
returns a comma sep string of all the groups in the Account Family....
.. there is also a GetGroupIDs, and GetGroupSQL, etc....
It's all been around for years..