pySelected value not posted on clipboard in BulkActions
In our application for some operators bulk action is working but for others it is not working . Actually on selecting assignments in bulk action screen , this select action dropdown gets populated with some local actions.
This functionality is working fine for some operators but for others it is not working and showing as below screenshot even when the user has selected the assignments from the list.
The menu gets loaded due to this Pega Activity "pyGetRelevantActions" and in step 8 it is always jumping to step 11.This is because the local variable "bCasesSelected" is always setting to false.
I have compared the operators as well but everything is same in operators profile.