Hello Laserfiche-ers!
I'm trying to set an attribute on the Everyone group. I know how to set attributes on users in general via RA, but I can't seem to figure how to get the Everyone group.
Here is the code that I'd like to use:
Dim attributes As TrusteeAttributeCollection = Trustee.GetAttributes(New AccountReference("What the heck goes here?", Me.RASession), Me.RASession) attributes(foo) = bar attributes.Save()
The code above works great for normal Laserfiche users, but I can't figure out what identifier to use for the Everyone group.
Any help would be much appreciated! Thanks!