Hi,
I am trying to get all users from a group via a calculation.
I am working on an sms integration. To send an sms to an entire group, I need to concatenate all the mobile phone numbers of the members of that group.
So, when I want to send an sms to a group Service Desk, my calculation should return 32486xxxx,32486xxxxx,32486xxxxx if this group has 3 members.
Following calculation should work, but I get a very specific error about the UserGroups attribute:
Basically when I try to loop all the users in a certain group it tells me:
Could not read value for attribute 'UserGroups' of the class type 'System.group' because it is a query only attribute.
Query only attributes may be used for query joins but do not return values.
Is there anyone who has come accross this? Is it just not possible to qet all users from a Group ?
Does anyone else have any idea on how to solve this puzzle?