Skip to main content

This content has been archived and is no longer being updated. Links may not function; however, this content may be relevant to outdated versions of the product.

Support Article

Not able to remove Dots on Pega CRM page using Robot Activity

SA-98154

Summary



Unable to remove dots on the Pega Customer Service (CS) portal when initiating a Robot activity from a link.


Error Messages



Not Applicable


Steps to Reproduce

  1. Install Robotic Studio 8.0.2032.0 with Pega Platform 8.1.5.
  2. Configure an image.
  3. In the Actions tab, configure the image as an Overlay and a FlowAction with a section that triggers Robotics activity.

Root Cause



A defect in Pegasystem's code or rules.
The dots display because the MarkUp is added from the showHideBusyIndicator() API in the pzPega_ui_roboticAutomation.js file.
From runAutomation, the showHideBusyIndicator() is invoked to display the Busy Indicator while automation is in process. Due to the Busy Indicator MarkUp, dots display.



Resolution



Perform the following local-change to disable the dots and display 'Loading...' text.

Add the below CSS Style in the UserWorkFrom:


  .overlay-mask{
    visibility:hidden;
  }
  .overlay-mask:after {
    visibility:visible;
    padding-left:10px;
    content: 'Loading...';
  }

Published July 21, 2020 - Updated December 2, 2021

Was this useful?

0% found this useful

Have a question? Get answers now.

Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega Community has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.

Close Deprecation Notice
Contact us