Question
CGI
IN
Last activity: 23 May 2017 3:09 EDT
How to hide or not to display "short description" of flow action at run time
How to hide or not to display "short description" of flow action at run time
-
Likes (3)
DINESH KR David Casado Malladi Venkat Raju -
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
Blue Rose Technologies GmbH
BE
Pegasystems Inc.
US
In my system, the display of the flow action description is specified in the pyCaseActionArea section. This section can be modified to exclude that data.
Pegasystems Inc.
US
Hi Rajasekhar,
You can remove the pyCurrentActionLabel field in the pyCaseActionArea which using newAssignPage.pyCurrentActionLabel property to display the flow action short description as shown in attachment.
Hope this information might be helpful to you.
Regards
Mahesh
-
BAJARI Bajari
CGI
IN
Thanks Mahesh.....
we tried about changes to pyCaseActionArea section. It is not working. It still displaying the short description.
We are displaying a Modal Dialog, on checking the check box i.e. Event is Change and Action is Local Action. In that Modal Dialog, Flow action is displayed, for which we need to remove flow action short description.
Pegasystems Inc.
US
Hi Rajasekar,
I would suggest you to use the live UI and see which section is being used to display this Flow Action in the Modal Dialog and change the corresponding section might resolve your issue.
I had checked in the normal case processing flow action using Live UI tool, so you can also check with Live UI for finding the right place to do the change.
Hope this might be helpful in proceeding further.
Regards
Mahesh
CGI
IN
When I use Live UI, getting below screen shot
I am not able to find "pyCaseActionArea", where do I have to make changes
Thanks in Advance!
CGI
IN
When I use Live UI, getting below screen shot
I am not able to find "pyCaseActionArea", where do I have to make changes
Thanks in Advance!
Blue Rose Technologies GmbH
BE
Hello Rajasekhar,
Please correct me if I am wrong in understanding.
Do you want to remove the "Sample Modal Dialog" from the modal dialog as attached.
If yes, you can do the changes in skin. use the display attribute and give none as value as shown in the attached screenshot.
Please let me know if it helps.
-
DINESH KR Gurushantappa Astagi Eranda Weerasingha
Accepted Solution
Blue Rose Technologies GmbH
BE
CGI
IN
Thanks Akshay, It is working with changing the skin.
Client is asking for changes to pyCaseActionArea section. It is not working. It still displaying the short description. We tried Live UI.
We are displaying a Modal Dialog, on checking the check box i.e. Event is Change and Action is Local Action. In that Modal Dialog, Flow action is displayed, for which we need to remove flow action short description.
CGI
IN
Client is asking for changes to pyCaseActionArea section. It is not working. It still displaying the short description. We tried Live UI.
We are displaying a Modal Dialog, on checking the check box i.e. Event is Change and Action is Local Action. In that Modal Dialog, Flow action is displayed, for which we need to remove flow action short description.
Thanks in Advance!