Question
2
Replies
3147
Views
Capgemini
Posted: November 30, 2016
Last activity: December 1, 2016
Closed
How to call an activity or a flow action from login page in PRPC
Can anyone advice us how to call a activity and or flow action from a login screen , we are using Pega 7.2 cloud and we have requirement to support self sevice user management , like Password reset or check case status
any help is appreciated
Thanks
-Mustafa
Hi,
I dont think, it is possible to call anything from the login page, unless you authorize your self .
May be you need to edit,requestor type(browser etc) to point to access groups(PRPC:unauthenticated), which refers to a ruleset. This ruleset must contain your custom activity , and you can call that activity by customizing your login screen. Just a thought .