/ Forums / Advansys Formativ / Creating Solutions with Formativ / Setting proxy access rights if proxied to another account / Reply To: Setting proxy access rights if proxied to another account
February 11, 2007 at 3:04 pm
#7810
Use the Client.clientstate.currentaccount to access the active GroupWise account. You can manually proxied to another account or use the proxy() method prior to access the currentaccount. GroupWise.account will gives you access to the root account.
See the example below:
dim oGWAccount set oGWAccount = Client.clientstate.currentaccount msgbox "AccountRightsCollection: " & oGWAccount.AccountRights.Count set oGWAccount = nothing
Hope this helps.
Regards,
Advansys Support