Hi,
I had created a report which fetch the operators having access group default application but
I need to fetch a report which is having all the access groups of same application.
Thanks in advance for your replies.
Thank you,
Surya
Hi,
I had created a report which fetch the operators having access group default application but
I need to fetch a report which is having all the access groups of same application.
Thanks in advance for your replies.
Thank you,
Surya
@SuryaBasani You can make use of this AdditionalAccessGroup declare index to get all the access groups of an operator
Yes it’s possible to get the details when you add additional accessgroup in your report definition.
Pega will store all accessgroup associated with operator information in Index-Operator table.
pyAccessGroupAdditional (Index-Operator) - This property will hold access group name.
pyLabel (Index-Operator) - This property will hold Operator ID.
You can join Data-Admin-Operator-ID and Index-Operator table to get list of operators and different access group users associated with.
AdditionalAccessGroup - This declare index will get fired whenever some update is getting happened in operator profile access group.