Question
Tata Consultancy Services
IN
Last activity: 8 Mar 2023 21:58 EST
Run-Script Action
Hi !!
Can anyone explain this action Run-Script on Click Event
Function Name* = .pega.ui.HarnessActions.handleMenuAction
Also what is this OOTB function = pega.ui.HarnessActions.handleMenuAction
and explain it parameters also.
2) Where we can find similar functions in pega.
Hi @AbhishekC1725: As per the JS documentation, handleMenuAction call the apis that are required to perform when the FA drop down is selected or back button is clicked on the perform harness.
You can find this script called in many navigation rules to open FA. Few samples are "pyWorkCommonActions" and "pyBaseNavigation".
Thanks.